public interface ISelectionListener extends EventListener
This interface may be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
selectionChanged(IWorkbenchPart part,
ISelection selection)
Notifies this listener that the selection has changed.
|
void selectionChanged(IWorkbenchPart part, ISelection selection)
This method is called when the selection changes from one to a
non-null
value, but not when the selection changes to
null
. If there is a requirement to be notified in the latter
scenario, implement INullSelectionListener
. The event will
be posted through this method.
part
- the workbench part containing the selectionselection
- the current selection. This may be null
if INullSelectionListener
is implemented.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.