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