Interface NodeObserver


public interface NodeObserver
Interface for classes that wish to know about when nodes are added or removed during the course of an event cycle, and work as a dynamic interface with the event model.

A single observer instance may be registered for more than one node type ID.

Version:
$Revision: 1.1 $
Author:
Justin Couch