freemind.modes
Interface ModeController.NodeLifetimeListener

Enclosing interface:
ModeController

public static interface ModeController.NodeLifetimeListener


Method Summary
 void onCreateNodeHook(MindMapNode node)
          Sent, if a node is created (on map startup or during operations).
 void onPostDeleteNode(MindMapNode node, MindMapNode parent)
          Is sent before after a node is deleted (on map shutdown, this event is *not* send).
 void onPreDeleteNode(MindMapNode node)
          Is sent before a node is deleted (on map shutdown, too).
 

Method Detail

onCreateNodeHook

void onCreateNodeHook(MindMapNode node)
Sent, if a node is created (on map startup or during operations).


onPreDeleteNode

void onPreDeleteNode(MindMapNode node)
Is sent before a node is deleted (on map shutdown, too).


onPostDeleteNode

void onPostDeleteNode(MindMapNode node,
                      MindMapNode parent)
Is sent before after a node is deleted (on map shutdown, this event is *not* send).