Package org.loboevolution.gui
Interface SelectionChangeListener
- All Superinterfaces:
EventListener
Receives selection change events.
Author J. H. S.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Receives a selection change event.
-
Method Details
-
selectionChanged
Receives a selection change event. This method may be assumed to execute in the GUI thread.- Parameters:
event
- ASelectionChangeEvent
instance.
-