Packagecom.yworks.graph.model
Interfacepublic interface IBendLocationChangedReporter

Interface for classes which can register 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

com.yworks.graph.model.DefaultGraph
IBendLocationChangedListener


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.