public interface Property
| Modifier and Type | Method and Description |
|---|---|
PropertyListeners |
events() |
default Property |
getChildProperty(Path path) |
default boolean |
isWritable() |
default void |
onChange(PropertyListener t) |
default void |
onChange(Runnable t) |
default void |
onChangeAndInit(PropertyListener t) |
default void |
onChangeAndInit(Runnable t) |
default void |
onPropagatedChange(PropertyListener t) |
default void |
onPropagatedChange(Runnable t) |
default void |
onPropagatedChangeAndInit(PropertyListener t) |
default void |
onPropagatedChangeAndInit(Runnable t) |
String |
propertyName() |
PropertyType |
propertyType() |
default Property |
readOnly() |
UserObjects |
userObjects() |
default <V> V |
with(Consumer<V> t) |
default <T> void |
with(Path path,
Consumer<T> t) |
default void onChange(Runnable t)
default void onPropagatedChange(Runnable t)
default void onChangeAndInit(Runnable t)
default void onPropagatedChangeAndInit(Runnable t)
default void onChange(PropertyListener t)
default void onPropagatedChange(PropertyListener t)
default void onChangeAndInit(PropertyListener t)
default void onPropagatedChangeAndInit(PropertyListener t)
default <V> V with(Consumer<V> t)
String propertyName()
PropertyListeners events()
PropertyType propertyType()
UserObjects userObjects()
default Property readOnly()
default boolean isWritable()
Copyright © 2022 vpc open source initiative. All rights reserved.