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.
- Version:
- $Id: SelectionListener.java 1808001 2017-09-11 09:51:29Z ssteiner $
-
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
-