Interface AttributeListener<T>

  • All Known Implementing Classes:
    AttributeSet

    public interface AttributeListener<T>
    An AttributeListener will be invoked whenever an attribute has been modified.
    Since:
    7.2
    Author:
    Tristan Tarrant
    • Method Detail

      • attributeChanged

        void attributeChanged​(Attribute<T> attribute,
                              T oldValue)