java.lang.Object
io.sf.carte.echosvg.gvt.event.SelectionAdapter
- All Implemented Interfaces:
SelectionListener,EventListener
- Direct Known Subclasses:
JGVTComponent.UnixTextSelectionListener
Adapter for the listener interface for receiving selection events.
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
SelectionAdapter
public SelectionAdapter()
-
-
Method Details
-
selectionChanged
Invoked when a selection has changed.- Specified by:
selectionChangedin interfaceSelectionListener- Parameters:
evt- the selection change event
-
selectionDone
Invoked when a selection is done.- Specified by:
selectionDonein interfaceSelectionListener- Parameters:
evt- the selection change event
-
selectionCleared
Invoked when a selection is cleared.- Specified by:
selectionClearedin interfaceSelectionListener- Parameters:
evt- the selection change event
-
selectionStarted
Invoked when a selection started.- Specified by:
selectionStartedin interfaceSelectionListener- Parameters:
evt- the selection change event
-