org.wilmascope.view
Interface NodeGeometryObserver

All Known Implementing Classes:
AttenuatedEdgeView, LineEdgeView, TaperedEdgeView

public interface NodeGeometryObserver

EdgeViews which need to monitor their nodes' geometry so that they can update themselves accordingly, can implement this interface

Author:
dwyer

Method Summary
 void nodeGeometryChanged(NodeView nv)
          The node being observed will notify the observer with this method
 

Method Detail

nodeGeometryChanged

void nodeGeometryChanged(NodeView nv)
The node being observed will notify the observer with this method

Parameters:
nv - the node being observed