org.apache.pivot.wtk
Class LabelBindingListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.LabelBindingListener.Adapter
All Implemented Interfaces:
LabelBindingListener
Enclosing interface:
LabelBindingListener

public static class LabelBindingListener.Adapter
extends Object
implements LabelBindingListener

Label binding listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.LabelBindingListener
LabelBindingListener.Adapter
 
Constructor Summary
LabelBindingListener.Adapter()
           
 
Method Summary
 void textBindMappingChanged(Label label, Label.TextBindMapping previousTextBindMapping)
          Called when a label's text bind mapping has changed.
 void textBindTypeChanged(Label label, BindType previousTextBindType)
          Called when a label's text bind type has changed.
 void textKeyChanged(Label label, String previousTextKey)
          Called when a label's text key has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelBindingListener.Adapter

public LabelBindingListener.Adapter()
Method Detail

textKeyChanged

public void textKeyChanged(Label label,
                           String previousTextKey)
Description copied from interface: LabelBindingListener
Called when a label's text key has changed.

Specified by:
textKeyChanged in interface LabelBindingListener

textBindTypeChanged

public void textBindTypeChanged(Label label,
                                BindType previousTextBindType)
Description copied from interface: LabelBindingListener
Called when a label's text bind type has changed.

Specified by:
textBindTypeChanged in interface LabelBindingListener

textBindMappingChanged

public void textBindMappingChanged(Label label,
                                   Label.TextBindMapping previousTextBindMapping)
Description copied from interface: LabelBindingListener
Called when a label's text bind mapping has changed.

Specified by:
textBindMappingChanged in interface LabelBindingListener