Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.gvt.event
Interface SelectionListener  view SelectionListener download SelectionListener.java

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.