Eclipse Platform
2.1

org.eclipse.jface.viewers
Interface ISelectionChangedListener

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

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.1

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