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 SummaryConstructors
- 
Method SummaryModifier 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- 
SelectionAdapterpublic SelectionAdapter()
 
- 
- 
Method Details- 
selectionChangedInvoked when a selection has changed.- Specified by:
- selectionChangedin interface- SelectionListener
- Parameters:
- evt- the selection change event
 
- 
selectionDoneInvoked when a selection is done.- Specified by:
- selectionDonein interface- SelectionListener
- Parameters:
- evt- the selection change event
 
- 
selectionClearedInvoked when a selection is cleared.- Specified by:
- selectionClearedin interface- SelectionListener
- Parameters:
- evt- the selection change event
 
- 
selectionStartedInvoked when a selection started.- Specified by:
- selectionStartedin interface- SelectionListener
- Parameters:
- evt- the selection change event
 
 
-