ti.chimera.registry
Interface NodeDeletionSubscriber

All Known Implementing Classes:
NodeDeletionSubscriber.ScriptFunctionNodeDeletionSubscriber, NodeSubscriberAdapter, Plugin.RegistrySubscriberResource

public interface NodeDeletionSubscriber

Interface implemented by subscribers to the creation of a node. Node deletion events are with respect to the registry node tree, ie. the event occurs when the node is removed from it's parent directory.

Version:
0.1
Author:
;Rob Clark;a0873619;San Diego;;

Nested Class Summary
static class NodeDeletionSubscriber.ScriptFunctionNodeDeletionSubscriber
          An implementation of the NodeDeletionSubscriber for script functions.
 
Method Summary
 void nodeDeleted(Node node)
          Called when the node is deleted (ie.
 

Method Detail

nodeDeleted

public void nodeDeleted(Node node)
Called when the node is deleted (ie. removed from it's parent)

Parameters:
node - the node deleted