org.apache.batik.gvt.event
public class SelectionAdapter extends Object implements SelectionListener
| Method Summary | |
|---|---|
| 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. |
Parameters: evt the selection change event
Parameters: evt the selection change event
Parameters: evt the selection change event
Parameters: evt the selection change event