Eclipse Platform
Release 3.1

org.eclipse.jface.viewers
Interface ISelectionChangedListener

All Known Implementing Classes:
AbstractTextEditor.AbstractSelectionChangedListener, BaseSelectionListenerAction, CompareViewerSwitchingPane, ContentOutline, ContentOutlinePage, DrillDownAdapter, PaintManager, 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
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.