Class JGVTComponent.UnixTextSelectionListener
java.lang.Object
org.apache.batik.gvt.event.SelectionAdapter
org.apache.batik.swing.gvt.JGVTComponent.UnixTextSelectionListener
- All Implemented Interfaces:
EventListener, SelectionListener
- Enclosing class:
JGVTComponent
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a selection is done.Methods inherited from class SelectionAdapter
selectionChanged, selectionCleared, selectionStarted
-
Constructor Details
-
UnixTextSelectionListener
protected UnixTextSelectionListener()
-
-
Method Details
-
selectionDone
Description copied from class:SelectionAdapterInvoked when a selection is done.- Specified by:
selectionDonein interfaceSelectionListener- Overrides:
selectionDonein classSelectionAdapter- Parameters:
evt- the selection change event
-