ti.chimera.registry
Interface NodeCreationSubscriber
- All Known Implementing Classes:
- NodeCreationSubscriber.ScriptFunctionNodeCreationSubscriber, NodeSubscriberAdapter, Plugin.RegistrySubscriberResource
- public interface NodeCreationSubscriber
Interface implemented by subscribers to the creation of a node. Node
creation events are with respect to the registry node tree, ie. the event
occurs when the node is added to it's parent directory.
- Version:
- 0.1
- Author:
- ;Rob Clark;a0873619;San Diego;;
Method Summary |
void |
nodeCreated(Node node)
Called when the node is created (ie. |
nodeCreated
public void nodeCreated(Node node)
- Called when the node is created (ie. added to it's parent)
- Parameters:
node
- the node created