|
|||||||||
| Home >> All >> org >> eclipse >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.ui
Interface ISelectionListener

- All Known Subinterfaces:
- INullSelectionListener
- public interface ISelectionListener
Interface for listening to selection changes.
This interface may be implemented by clients.
| Method Summary | |
void |
selectionChanged(IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
Notifies this listener that the selection has changed. |
| Method Detail |
selectionChanged
public void selectionChanged(IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)
- Notifies this listener that the selection has changed.
This method is called when the selection changes from one to a
non-nullvalue, but not when the selection changes tonull. If there is a requirement to be notified in the latter scenario, implementINullSelectionListener. The event will be posted through this method.
|
|||||||||
| Home >> All >> org >> eclipse >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC