net.sf.jame.core.tree
Interface TreeListener

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

public interface TreeListener
extends java.util.EventListener

Author:
Andrea Medeghini

Method Summary
 void nodeAccepted(NodeEvent e)
           
 void nodeAdded(NodeEvent e)
           
 void nodeCancelled(NodeEvent e)
           
 void nodeChanged(NodeEvent e)
           
 void nodeRemoved(NodeEvent e)
           
 

Method Detail

nodeAdded

void nodeAdded(NodeEvent e)
Parameters:
e - the node event.

nodeRemoved

void nodeRemoved(NodeEvent e)
Parameters:
e - the node event.

nodeChanged

void nodeChanged(NodeEvent e)
Parameters:
e - the node event.

nodeAccepted

void nodeAccepted(NodeEvent e)
Parameters:
e - the node event.

nodeCancelled

void nodeCancelled(NodeEvent e)
Parameters:
e - the node event.