Eclipse Platform
2.0

org.eclipse.ui
Interface INullSelectionListener


public interface INullSelectionListener

Interface for listening to null selection changes.

This interface should be implemented by ISelectionListener objects which wish 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.

Since:
2.0
See Also:
ISelectionListener.selectionChanged(org.eclipse.ui.IWorkbenchPart, org.eclipse.jface.viewers.ISelection), IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.