com.virtuosotechnologies.lib.command
Interface CommandNodeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractBranchBuilderNode

public interface CommandNodeListener
extends EventListener

A listener for changes to the command node hierarchy


Field Summary
static Method ALL_CHILDREN_REMOVED_METHOD
          Method object referring to the allChildrenRemoved method
static Method CHILD_ADDED_METHOD
          Method object referring to the childAdded method
static Method CHILD_REMOVED_METHOD
          Method object referring to the childRemoved method
 
Method Summary
 void allChildrenRemoved(AllChildrenRemovedEvent e)
          All children removed
 void childAdded(ChildAddedEvent e)
          Child added
 void childRemoved(ChildRemovedEvent e)
          Child removed
 

Field Detail

CHILD_ADDED_METHOD

public static final Method CHILD_ADDED_METHOD
Method object referring to the childAdded method


CHILD_REMOVED_METHOD

public static final Method CHILD_REMOVED_METHOD
Method object referring to the childRemoved method


ALL_CHILDREN_REMOVED_METHOD

public static final Method ALL_CHILDREN_REMOVED_METHOD
Method object referring to the allChildrenRemoved method

Method Detail

childAdded

public void childAdded(ChildAddedEvent e)
Child added


childRemoved

public void childRemoved(ChildRemovedEvent e)
Child removed


allChildrenRemoved

public void allChildrenRemoved(AllChildrenRemovedEvent e)
All children removed