public static interface ModeController.NodeLifetimeListener
Modifier and Type | Method and Description |
---|---|
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).
|
void onCreateNodeHook(MindMapNode node)
void onPreDeleteNode(MindMapNode node)
void onPostDeleteNode(MindMapNode node, MindMapNode parent)