public class CompositeNodeBridge extends NodeListener
| Constructor and Description | 
|---|
CompositeNodeBridge(CompositeNode compositeNode)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
nodeClosed(NodeEvent nodeEvent)
Called after a Node has been closed. 
 | 
void | 
nodeDirtyStateChanged(NodeEvent nodeEvent,
                     boolean dirtyState)
Called when the dirty state of a Node has just changed. 
 | 
invokeLaterIfNeeded, nodeDeleted, nodeOpened, nodeRenamed, nodeReverted, nodeSaved, nodeWillBeSaved, nodeWillClose, nodeWillOpenpublic CompositeNodeBridge(CompositeNode compositeNode)
public void nodeDirtyStateChanged(NodeEvent nodeEvent, boolean dirtyState)
NodeListenernodeDirtyStateChanged in class NodeListenernodeEvent - the object containing information about this eventdirtyState - true if the Node's dirty flag has
  just been set; false if the Node's dirty flag has
  just been cleared.public void nodeClosed(NodeEvent nodeEvent)
NodeListenernodeClosed in class NodeListenernodeEvent - the object containing information about this event