T - public interface PropertyListener<T>
DefaultAppConfig} for usage example| Modifier and Type | Method and Description |
|---|---|
void |
onChange(T value)
Notification that the property value changed.
|
void |
onParseError(java.lang.Throwable error)
Notification that a property update failed
|
void onChange(T value)
value - The new value for the property.void onParseError(java.lang.Throwable error)
error -