Interface AttributeChangeListener<T,A extends Attribute<T,A>>
-
- All Known Implementing Classes:
WeakAttributeChangeListener
public interface AttributeChangeListener<T,A extends Attribute<T,A>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidchanged(Attribute<T,A> attribute, T value)default AttributeChangeListener<T,A>unwrap()for weak listeners
-