Package org.apache.batik.gvt.event
Interface SelectionListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
JGVTComponent.UnixTextSelectionListener
,SelectionAdapter
,TextSelectionManager.TextSelectionListener
The listener interface for receiving selection events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when a selection has changed.void
Invoked when a selection is cleared.void
Invoked when a selection is done.void
Invoked when a selection started.
-
Method Details
-
selectionChanged
Invoked when a selection has changed.- Parameters:
evt
- the selection change event
-
selectionDone
Invoked when a selection is done.- Parameters:
evt
- the selection change event
-
selectionCleared
Invoked when a selection is cleared.- Parameters:
evt
- the selection change event
-
selectionStarted
Invoked when a selection started.- Parameters:
evt
- the selection change event
-