com.virtuosotechnologies.lib.command
Class AllChildrenRemovedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.virtuosotechnologies.lib.command.CommandNodeEvent
          extended bycom.virtuosotechnologies.lib.command.AllChildrenRemovedEvent
All Implemented Interfaces:
Serializable

public class AllChildrenRemovedEvent
extends CommandNodeEvent

An event indicating all children were removed

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AllChildrenRemovedEvent(CommandNode parent)
          Constructor.
 
Methods inherited from class com.virtuosotechnologies.lib.command.CommandNodeEvent
getParentNode
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllChildrenRemovedEvent

public AllChildrenRemovedEvent(CommandNode parent)
Constructor.

Parameters:
parent - CommandNode that has hade its children removed