org.apache.batik.gvt.event

Interface SelectionListener

public interface SelectionListener extends EventListener

The listener interface for receiving selection events.
Method Summary
voidselectionChanged(SelectionEvent evt)
Invoked when a selection has changed.
voidselectionCleared(SelectionEvent evt)
Invoked when a selection is cleared.
voidselectionDone(SelectionEvent evt)
Invoked when a selection is done.
voidselectionStarted(SelectionEvent evt)
Invoked when a selection started.

Method Detail

selectionChanged

public void selectionChanged(SelectionEvent evt)
Invoked when a selection has changed.

Parameters: evt the selection change event

selectionCleared

public void selectionCleared(SelectionEvent evt)
Invoked when a selection is cleared.

Parameters: evt the selection change event

selectionDone

public void selectionDone(SelectionEvent evt)
Invoked when a selection is done.

Parameters: evt the selection change event

selectionStarted

public void selectionStarted(SelectionEvent evt)
Invoked when a selection started.

Parameters: evt the selection change event

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.