|
|||||||||
| Home >> All >> org >> apache >> batik >> gvt >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.gvt.event
Interface SelectionListener

- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- SelectionAdapter
- public interface SelectionListener
- extends java.util.EventListener
The listener interface for receiving selection events.
- Version:
- $Id: SelectionListener.java,v 1.6 2004/10/30 18:38:05 deweese Exp $
| 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. |
| Method Detail |
selectionChanged
public void selectionChanged(SelectionEvent evt)
- Invoked when a selection has changed.
selectionDone
public void selectionDone(SelectionEvent evt)
- Invoked when a selection is done.
selectionCleared
public void selectionCleared(SelectionEvent evt)
- Invoked when a selection is cleared.
selectionStarted
public void selectionStarted(SelectionEvent evt)
- Invoked when a selection started.
|
|||||||||
| Home >> All >> org >> apache >> batik >> gvt >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC