| Package | com.yworks.graph.model |
| Interface | public interface IBendLocationChangedReporter |
IBendLocationChangedListeners and report
bend location changed to these.
An implementation of this interface can be found in the lookup of a DefaultGraph
instance.
See also
| Method | Defined By | ||
|---|---|---|---|
addBendLocationChangedListener(listener:IBendLocationChangedListener):void
Adds a IBendLocationChangedListener to the list. | IBendLocationChangedReporter | ||
removeBendLocationChangedListener(listener:IBendLocationChangedListener):void
Removes a IBendLocationChangedListener from the list. | IBendLocationChangedReporter | ||
| addBendLocationChangedListener | () | method |
public function addBendLocationChangedListener(listener:IBendLocationChangedListener):void
Adds a IBendLocationChangedListener to the list.
Parameters
listener:IBendLocationChangedListener — The IBendLocationChangedListener to be added.
|
| removeBendLocationChangedListener | () | method |
public function removeBendLocationChangedListener(listener:IBendLocationChangedListener):void
Removes a IBendLocationChangedListener from the list.
Parameters
listener:IBendLocationChangedListener — The IBendLocationChangedListener to be removed.
|