org.apache.batik.gvt.event
Interface SelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
TextSelectionManager.TextSelectionListener

public interface SelectionListener
extends java.util.EventListener

The listener interface for receiving selection events.

Version:
$Id: SelectionListener.java,v 1.5 2003/08/08 11:39:15 vhardy Exp $
Author:
Bill Haneman

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.

Parameters:
evt - the selection change event

selectionDone

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

Parameters:
evt - the selection change event

selectionCleared

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

Parameters:
evt - the selection change event

selectionStarted

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

Parameters:
evt - the selection change event


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.