Interface LabelBindingListener

    • Method Detail

      • textKeyChanged

        default void textKeyChanged​(Label label,
                                    java.lang.String previousTextKey)
        Called when a label's text key has changed.
        Parameters:
        label - The label whose binding has changed.
        previousTextKey - The previous binding key for the label text.
      • textBindTypeChanged

        default void textBindTypeChanged​(Label label,
                                         BindType previousTextBindType)
        Called when a label's text bind type has changed.
        Parameters:
        label - The label whose binding has changed.
        previousTextBindType - The previous bind type for the label text.
      • textBindMappingChanged

        default void textBindMappingChanged​(Label label,
                                            Label.TextBindMapping previousTextBindMapping)
        Called when a label's text bind mapping has changed.
        Parameters:
        label - The label whose binding has changed.
        previousTextBindMapping - The previous bind mapping for the label text.