org.zaval.data.event
Interface TreeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
LwTreeGrid, LwTree

public interface TreeListener
extends java.util.EventListener

This is listener interface class that is used to receive TreeEvent events.


Method Summary
 void itemInserted(TreeEvent e)
          Invoked when the item has been inserted as a memeber of the source tree.
 void itemModified(TreeEvent e)
          Invoked when the item of the source tree has been modified.
 void itemRemoved(TreeEvent e)
          Invoked when the item has been removed from the source tree.
 

Method Detail

itemInserted

public void itemInserted(TreeEvent e)
Invoked when the item has been inserted as a memeber of the source tree.
Parameters:
e - the specified event.

itemRemoved

public void itemRemoved(TreeEvent e)
Invoked when the item has been removed from the source tree.
Parameters:
e - the specified event.

itemModified

public void itemModified(TreeEvent e)
Invoked when the item of the source tree has been modified.
Parameters:
e - the specified event.


Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org