| Package | com.yworks.graph.model |
| Interface | public interface IBendLocationChangedListener |
| Implementors | GraphCanvasComponent |
IBendLocationChangedReporter.
"Event handling in the Java manner"
An implementation of IBendLocationChangedReporter can be retrieved from a DefaultGraph's lookup().
See also
| Method | Defined By | ||
|---|---|---|---|
Called when the location of a bend has changed. | IBendLocationChangedListener | ||
| bendLocationChanged | () | method |
public function bendLocationChanged(bend:IBend, oldLocation:IPoint):voidCalled when the location of a bend has changed.
Parameters
bend:IBend — The bend whose location has changed.
| |
oldLocation:IPoint — The bend's location before the change
|