org.apache.batik.gvt.event
Interface SelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
JSVGCanvas

public interface SelectionListener
extends java.util.EventListener

The listener interface for receiving graphics node paint events.


Method Summary
 void selectionChanged(SelectionEvent e)
          Invoked when a selection has changed
 

Method Detail

selectionChanged

public void selectionChanged(SelectionEvent e)
Invoked when a selection has changed
Parameters:
evt - the selection change event
See Also:
Selector, SelectionEvent, Selectable


Copyright © 2000 Apache Software Foundation. All Rights Reserved.