java.util.EventListenerJGVTComponent.UnixTextSelectionListener, SelectionAdapter, TextSelectionManager.TextSelectionListenerpublic interface SelectionListener
extends java.util.EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
selectionChanged(SelectionEvent evt) |
Invoked when a selection has changed.
|
void |
selectionCleared(SelectionEvent evt) |
Invoked when a selection is cleared.
|
void |
selectionDone(SelectionEvent evt) |
Invoked when a selection is done.
|
void |
selectionStarted(SelectionEvent evt) |
Invoked when a selection started.
|
void selectionChanged(SelectionEvent evt)
evt - the selection change eventvoid selectionDone(SelectionEvent evt)
evt - the selection change eventvoid selectionCleared(SelectionEvent evt)
evt - the selection change eventvoid selectionStarted(SelectionEvent evt)
evt - the selection change eventCopyright ? 2018 Apache Software Foundation. All Rights Reserved.