Class InvalidatableElementCallback
Defines a callback for smart properties which invalidate specified element when property changes
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public final class InvalidatableElementCallback implements IPropertyChangeListener
Constructors
InvalidatableElementCallback(IInvalidatableElement invalidatableElement)
Creates new instance of InvalidatableElementCallback class
Declaration
public InvalidatableElementCallback(IInvalidatableElement invalidatableElement)
Parameters
Type | Name | Description |
---|---|---|
IInvalidatableElement | invalidatableElement | Target to invalidate when property changes |
Methods
onPropertyChanged()
Called when new property value is set
Declaration
public void onPropertyChanged()