public static class ChainedDynamicProperty.IntProperty extends ChainedDynamicProperty.ChainLink<java.lang.Integer>
Constructor and Description |
---|
IntProperty(DynamicIntProperty sProperty) |
IntProperty(java.lang.String name,
ChainedDynamicProperty.IntProperty next) |
IntProperty(java.lang.String name,
DynamicIntProperty sProperty) |
Modifier and Type | Method and Description |
---|---|
protected Property<java.lang.Integer> |
getReferencedProperty()
Get the property referenced by this ChainLink
|
boolean |
isValueAcceptable() |
void |
removeAllCallbacks()
Remove callback from callbacks list
|
addCallback, checkAndFlip, get, getChangedTimestamp, getDefaultValue, getName, getValue, toString
public IntProperty(DynamicIntProperty sProperty)
public IntProperty(java.lang.String name, DynamicIntProperty sProperty)
public IntProperty(java.lang.String name, ChainedDynamicProperty.IntProperty next)
public boolean isValueAcceptable()
isValueAcceptable
in class ChainedDynamicProperty.ChainLink<java.lang.Integer>
protected Property<java.lang.Integer> getReferencedProperty()
ChainedDynamicProperty.ChainLink
getReferencedProperty
in class ChainedDynamicProperty.ChainLink<java.lang.Integer>
public void removeAllCallbacks()
ChainedDynamicProperty.ChainLink
removeAllCallbacks
in interface Property<java.lang.Integer>
removeAllCallbacks
in class ChainedDynamicProperty.ChainLink<java.lang.Integer>