| ti.chimera.registry.NodeCreationSubscriber
All known Subclasses: ti.chimera.registry.NodeSubscriberAdapter,
NodeCreationSubscriber | public interface NodeCreationSubscriber (Code) | | 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.
author: ;Rob Clark;a0873619;San Diego;; version: 0.1 |
Method Summary | |
public void | nodeCreated(Node node) Called when the node is created (ie. |
nodeCreated | public void nodeCreated(Node node)(Code) | | Called when the node is created (ie. added to it's parent)
Parameters: node - the node created |
|
|