Interface InterfaceObjectListener

All Known Implementing Classes:
AttributeTreeNode, CaminoTaskTreeNode, DataFieldTreeNode, InterfaceNetworkTreeNode, InterfaceNeuroTreeNode, InterfaceTreeNode, Shape2DTreeNode, Shape3DTreeNode, ShapeModel3DTreeNode, ShapeTreeNode, TaskTreeNode

public interface InterfaceObjectListener
Listener for all interface objects; currently only specifies a function for handling an object modification event.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Method Summary

    Modifier and Type Method Description
    void objectChanged​(InterfaceObject object)  
  • Method Details