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;;

Nested Class Summary
static class NodeCreationSubscriber.ScriptFunctionNodeCreationSubscriber
          An implementation of the NodeCreationSubscriber for script functions.
 
Method Summary
 void nodeCreated(Node node)
          Called when the node is created (ie.
 

Method Detail

nodeCreated

public void nodeCreated(Node node)
Called when the node is created (ie. added to it's parent)

Parameters:
node - the node created