com.azalient.api.draw
Interface IRecalcListener

All Known Subinterfaces:
IEdge

public interface IRecalcListener

USed to register an object to receive notifications when an object is moved, and its geometry is recalculated


Method Summary
 void onRecalc()
          Called when the underlying object is recalculated.
 

Method Detail

onRecalc

void onRecalc()
Called when the underlying object is recalculated. For example, when a Bezier point is moved, and the bezier segments are recalculated, this is called after the recalculation to move any point that depends on the bezier