org.oddjob.arooa.runtime
Class ConfigurationNodeEvent
java.lang.Object
java.util.EventObject
org.oddjob.arooa.runtime.ConfigurationNodeEvent
- All Implemented Interfaces:
- Serializable
public class ConfigurationNodeEvent
- extends EventObject
An Event for changes in the structure of
a ConfigurationNode
.
- See Also:
- Serialized Form
- Author:
- rob
ConfigurationNodeEvent
public ConfigurationNodeEvent(ConfigurationNode source,
int index,
ConfigurationNode child)
- Constructor.
- Parameters:
source
- index
- child
-
getIndex
public int getIndex()
- Get the index of the change.
- Returns:
getChild
public ConfigurationNode getChild()
- Get the child that changed.
- Returns:
getSource
public ConfigurationNode getSource()
- Get the source of the change.
- Overrides:
getSource
in class EventObject
- Returns:
- The ConfigurationChange that is the source of the change.