Package org.eclipse.ui
Interface INullSelectionListener
-
- All Superinterfaces:
EventListener
,ISelectionListener
public interface INullSelectionListener extends ISelectionListener
Interface for listening tonull
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 receivenull
selection events through the existingselectionChanged
method. Either the part or the selection may benull
.
-
-
Method Summary
-
Methods inherited from interface org.eclipse.ui.ISelectionListener
selectionChanged
-
-