Class LabelBindingListener.Adapter

  • All Implemented Interfaces:
    LabelBindingListener
    Enclosing interface:
    LabelBindingListener

    @Deprecated
    public static class LabelBindingListener.Adapter
    extends java.lang.Object
    implements LabelBindingListener
    Deprecated.
    Since 2.1 and Java 8 the interface itself has default implementations.
    Label binding listener adapter.
    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • textKeyChanged

        public void textKeyChanged​(Label label,
                                   java.lang.String previousTextKey)
        Deprecated.
        Description copied from interface: LabelBindingListener
        Called when a label's text key has changed.
        Specified by:
        textKeyChanged in interface LabelBindingListener
        Parameters:
        label - The label whose binding has changed.
        previousTextKey - The previous binding key for the label text.
      • textBindTypeChanged

        public void textBindTypeChanged​(Label label,
                                        BindType previousTextBindType)
        Deprecated.
        Description copied from interface: LabelBindingListener
        Called when a label's text bind type has changed.
        Specified by:
        textBindTypeChanged in interface LabelBindingListener
        Parameters:
        label - The label whose binding has changed.
        previousTextBindType - The previous bind type for the label text.
      • textBindMappingChanged

        public void textBindMappingChanged​(Label label,
                                           Label.TextBindMapping previousTextBindMapping)
        Deprecated.
        Description copied from interface: LabelBindingListener
        Called when a label's text bind mapping has changed.
        Specified by:
        textBindMappingChanged in interface LabelBindingListener
        Parameters:
        label - The label whose binding has changed.
        previousTextBindMapping - The previous bind mapping for the label text.