Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.lib.command
Class ChildRemovedEvent  view ChildRemovedEvent download ChildRemovedEvent.java

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

public class ChildRemovedEvent
extends CommandNodeEvent

An event indicating a child was removed


Field Summary
private  CommandNode child_
           
private  int childIndex_
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChildRemovedEvent(CommandNode parent, CommandNode child, int childIndex)
          Constructor.
 
Method Summary
 int getChildIndex()
          Get the index of the child node
 CommandNode getChildNode()
          Get the child command node
 
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
 

Field Detail

child_

private CommandNode child_

childIndex_

private int childIndex_
Constructor Detail

ChildRemovedEvent

public ChildRemovedEvent(CommandNode parent,
                         CommandNode child,
                         int childIndex)
Constructor.

Method Detail

getChildNode

public CommandNode getChildNode()
Get the child command node


getChildIndex

public int getChildIndex()
Get the index of the child node