Package org.apache.batik.gvt.event
Class SelectionAdapter
java.lang.Object
org.apache.batik.gvt.event.SelectionAdapter
- All Implemented Interfaces:
EventListener
,SelectionListener
- Direct Known Subclasses:
JGVTComponent.UnixTextSelectionListener
Adapter for the listener interface for receiving selection events.
- Version:
- $Id: SelectionAdapter.java 1808001 2017-09-11 09:51:29Z ssteiner $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when a selection has changed.void
Invoked when a selection is cleared.void
Invoked when a selection is done.void
Invoked when a selection started.
-
Constructor Details
-
SelectionAdapter
public SelectionAdapter()
-
-
Method Details
-
selectionChanged
Invoked when a selection has changed.- Specified by:
selectionChanged
in interfaceSelectionListener
- Parameters:
evt
- the selection change event
-
selectionDone
Invoked when a selection is done.- Specified by:
selectionDone
in interfaceSelectionListener
- Parameters:
evt
- the selection change event
-
selectionCleared
Invoked when a selection is cleared.- Specified by:
selectionCleared
in interfaceSelectionListener
- Parameters:
evt
- the selection change event
-
selectionStarted
Invoked when a selection started.- Specified by:
selectionStarted
in interfaceSelectionListener
- Parameters:
evt
- the selection change event
-