Class TextSelectionManager.TextSelectionListener
java.lang.Object
org.apache.batik.swing.gvt.TextSelectionManager.TextSelectionListener
- All Implemented Interfaces:
EventListener, SelectionListener
- Enclosing class:
TextSelectionManager
protected class TextSelectionManager.TextSelectionListener
extends Object
implements SelectionListener
To implements a selection listener.
- Version:
- $Id$
-
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
-
TextSelectionListener
protected TextSelectionListener()
-
-
Method Details
-
selectionDone
Description copied from interface:SelectionListenerInvoked when a selection is done.- Specified by:
selectionDonein interfaceSelectionListener- Parameters:
e- the selection change event
-
selectionCleared
Description copied from interface:SelectionListenerInvoked when a selection is cleared.- Specified by:
selectionClearedin interfaceSelectionListener- Parameters:
e- the selection change event
-
selectionStarted
Description copied from interface:SelectionListenerInvoked when a selection started.- Specified by:
selectionStartedin interfaceSelectionListener- Parameters:
e- the selection change event
-
selectionChanged
Description copied from interface:SelectionListenerInvoked when a selection has changed.- Specified by:
selectionChangedin interfaceSelectionListener- Parameters:
e- the selection change event
-