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 TypeMethodDescriptionvoidInvoked when a selection has changed.voidInvoked when a selection is cleared.voidInvoked when a selection is done.voidInvoked 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
-