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 IncrementProperty
IncrementProperty.Constraints -
Field Summary
FieldsFields inherited from class IncrementProperty
constraints, format, prop -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNewValue(DynamicProperty target, Auditable owner, PropertySource ps) Methods inherited from class IncrementProperty
getIncrement, getNewValue, getProp, getPropSource, getRawValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PropertyChanger
getNewValue
-
Field Details
-
targetPropertySource
-
-
Constructor Details
-
RemoteIncrementProperty
-
-
Method Details
-
getNewValue
- Specified by:
getNewValuein interfaceRemotePropertyChanger
-
getTargetPropertySource
- Overrides:
getTargetPropertySourcein classIncrementProperty
-