T - public interface PropertyListener<T>
extends java.util.function.Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T value) |
void |
onChange(T value)
Deprecated.
|
default void |
onParseError(java.lang.Throwable error)
Deprecated.
This method isn't actually used by anyone. Parse errors will be handled in Config
|
@Deprecated void onChange(T value)
value - The new value for the property.default void accept(T value)
accept in interface java.util.function.Consumer<T>@Deprecated default void onParseError(java.lang.Throwable error)
error -