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 Summary

    Modifier and Type
    Method
    Description
    void
    attributeChanged(Attribute<T> attribute, T oldValue)
     
  • Method Details

    • attributeChanged

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