mima.domain
Interface NodeObserver

All Known Implementing Classes:
CentralNodeView, LeftSubTree, MindMap, NodeCore, NodeView, RightSubTree, SubNodeView, SubTree, Tree

public interface NodeObserver

This interface is part of the Observer Pattern in the class Node

Author:
Virginio Carfagno

Method Summary
 void nodeChanged()
           
 

Method Detail

nodeChanged

void nodeChanged()