Eclipse Platform
2.0

org.eclipse.jface.viewers
Interface ISelectionChangedListener

All Known Implementing Classes:
CompareViewerSwitchingPane, ContentOutline, ContentOutlinePage, DrillDownAdapter, SelectionListenerAction, SelectionProviderAction

public interface ISelectionChangedListener

A listener which is notified when a viewer's selection changes.

See Also:
ISelection, ISelectionProvider, SelectionChangedEvent

Method Summary
 void selectionChanged(SelectionChangedEvent event)
          Notifies that the selection has changed.
 

Method Detail

selectionChanged

public void selectionChanged(SelectionChangedEvent event)
Notifies that the selection has changed.

Parameters:
event - event object describing the change

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.