public class PropertyAdjusterContext extends Object
| Constructor and Description |
|---|
PropertyAdjusterContext() |
| Modifier and Type | Method and Description |
|---|---|
PropertyAdjusterContext |
doInstead(Runnable run) |
PropertyAdjusterContext |
doNothing() |
PropertyEvent |
event() |
List<Runnable> |
getAfter() |
List<Runnable> |
getBefore() |
boolean |
isIgnore() |
boolean |
isStop() |
<T> T |
newValue() |
Property |
property() |
PropertyAdjusterContext |
setEvent(PropertyEvent event) |
PropertyAdjusterContext |
setIgnore(boolean ignore) |
PropertyAdjusterContext |
setStop(boolean stop) |
<T> WritableValue<T> |
writableValue() |
public <T> T newValue()
public <T> WritableValue<T> writableValue()
public Property property()
public PropertyEvent event()
public PropertyAdjusterContext setEvent(PropertyEvent event)
public boolean isIgnore()
public PropertyAdjusterContext doNothing()
public PropertyAdjusterContext doInstead(Runnable run)
public PropertyAdjusterContext setIgnore(boolean ignore)
public boolean isStop()
public PropertyAdjusterContext setStop(boolean stop)
Copyright © 2022 vpc open source initiative. All rights reserved.