public class SelectionAdapter extends Object implements SelectionListener
| Constructor and Description |
|---|
SelectionAdapter() |
| Modifier and Type | Method and 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.
|
public void selectionChanged(SelectionEvent evt)
selectionChanged in interface SelectionListenerevt - the selection change eventpublic void selectionDone(SelectionEvent evt)
selectionDone in interface SelectionListenerevt - the selection change eventpublic void selectionCleared(SelectionEvent evt)
selectionCleared in interface SelectionListenerevt - the selection change eventpublic void selectionStarted(SelectionEvent evt)
selectionStarted in interface SelectionListenerevt - the selection change eventCopyright © 2000–2017 Apache Software Foundation. All rights reserved.