Interface ProjectView.SelectionListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- ProjectView
public static interface ProjectView.SelectionListener extends java.util.EventListener
A listener that is notified of changes to the project selection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
projectSelectionChanged(ProjectView.ProjectViewEvent pve)
-
-
-
Method Detail
-
projectSelectionChanged
void projectSelectionChanged(ProjectView.ProjectViewEvent pve)
-
-