Packagecom.yworks.graph.model
Interfacepublic interface IBendLocationChangedReporter

Interface for Classes which can register IBendLocationChangedListeners and report changes in bend locations to these.



Public Methods
 MethodDefined by
  
Adds a IBendLocationChangedListener to the list.
IBendLocationChangedReporter
  
Removes a IBendLocationChangedListener from the list.
IBendLocationChangedReporter
Method detail
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.