Packagecom.yworks.graph.model
Interfacepublic interface IBendLocationChangedListener

Classes, who want to be informed aboud bend location changes, have to implement this. The instances have to register themselves to a IBendLocationChangedReporter.

"Event handling in the Java manner"



Public Methods
 MethodDefined by
  
bendLocationChanged(bend:IBend, oldLocation:IPoint):void
Is called, when the location of a bend has changed.
IBendLocationChangedListener
Method detail
bendLocationChanged()method
public function bendLocationChanged(bend:IBend, oldLocation:IPoint):void

Is called, when the location of a bend has changed.

Parameters
bend:IBend — The bend, which location has changed.
 
oldLocation:IPoint — The bend's location before the change