Uses of Class
consciouscode.seedling.BranchChangeEvent

Packages that use BranchChangeEvent
consciouscode.seedling Provides the core classes and interfaces of the Seedling container; see consciouscode.seedling.tree for standard implementations. 
consciouscode.seedling.webConsole   
 

Uses of BranchChangeEvent in consciouscode.seedling
 

Methods in consciouscode.seedling with parameters of type BranchChangeEvent
 void BranchChangeListener.childInstalled(BranchChangeEvent event)
          Notifies this listener that a child has been added to a branch.
 void BranchChangeListener.childUninstalled(BranchChangeEvent event)
          Notifies this listener that a child has been removed from a branch.
 

Uses of BranchChangeEvent in consciouscode.seedling.webConsole
 

Methods in consciouscode.seedling.webConsole with parameters of type BranchChangeEvent
 void NodeIndex.childInstalled(BranchChangeEvent event)
           
 void NodeIndex.childUninstalled(BranchChangeEvent event)
          Removes uninstalled nodes from the index, ignoring events where the node and path don't match what we've indexed.
 



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.