Package org.eclipse.ui
Interface INullSelectionListener
- All Superinterfaces:
EventListener
,ISelectionListener
- All Known Implementing Classes:
EditorPluginAction
,ObjectPluginAction
,PartPluginAction
,PartSelectionListener
,PluginAction
,ViewPluginAction
,WWinPluginAction
,WWinPluginPulldown
Interface for listening to
null
selection changes.
This interface should be implemented by selection listeners that want to be
notified when the selection becomes null
. It has no methods. It
simply indicates the desire to receive null
selection events
through the existing selectionChanged
method. Either the part or
the selection may be null
.
-
Method Summary
Methods inherited from interface org.eclipse.ui.ISelectionListener
selectionChanged