|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.lib.command
Class ChildRemovedEvent

java.lang.Objectjava.util.EventObject
com.virtuosotechnologies.lib.command.CommandNodeEvent
com.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
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC