Packagecom.yworks.graph.model
Interfacepublic interface ILabelTextChangedListener

Classes, who want to be informed aboud label text changes, have to implement this. The instances have to register themselves to a ILabelTextChangedReporter.

"Event handling in the Java manner"



Public Methods
 MethodDefined by
  
labelTextChanged(label:ILabel, oldText:String):void
Is called, when the text of a label has changed.
ILabelTextChangedListener
Method detail
labelTextChanged()method
public function labelTextChanged(label:ILabel, oldText:String):void

Is 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