Class RemoteIncrementProperty
java.lang.Object
VASSAL.build.module.properties.IncrementProperty
VASSAL.build.module.properties.RemoteIncrementProperty
- All Implemented Interfaces:
PropertyChanger
,RemotePropertyChanger
Remote version of IncrementProperty, sets the value into a DP in a different piece,
replacing any $$ variables in the expression with values from the source piece.
-
Nested Class Summary
Nested classes/interfaces inherited from class VASSAL.build.module.properties.IncrementProperty
IncrementProperty.Constraints
-
Field Summary
Fields inherited from class VASSAL.build.module.properties.IncrementProperty
constraints, format, prop
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNewValue
(DynamicProperty target, Auditable owner, PropertySource ps) Methods inherited from class VASSAL.build.module.properties.IncrementProperty
getIncrement, getNewValue, getProp, getPropSource, getRawValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface VASSAL.build.module.properties.PropertyChanger
getNewValue
-
Field Details
-
targetPropertySource
-
-
Constructor Details
-
RemoteIncrementProperty
-
-
Method Details
-
getNewValue
- Specified by:
getNewValue
in interfaceRemotePropertyChanger
-
getTargetPropertySource
- Overrides:
getTargetPropertySource
in classIncrementProperty
-