Packagecom.yworks.graph.model
Interfacepublic interface ILabelTextChangedListener

Classes that want to be informed about label text changes can implement this interface and register themselves with an ILabelTextChangedReporter.

"Event handling in the Java manner"

An implementation of ILabelTextChangedReporter can be retrieved from a DefaultGraph's lookup().

See also

com.yworks.graph.model.ILabelTextChangedReporter


Public Methods
 MethodDefined By
  
labelTextChanged(label:ILabel, oldText:String):void
Called when the text of a label has changed.
ILabelTextChangedListener
Method Detail
labelTextChanged()method
public function labelTextChanged(label:ILabel, oldText:String):void

Called when the text of a label has changed.

Parameters

label:ILabel — The label whose text has changed.
 
oldText:String — The label's text before the change