Class WillChangeByDefinedCountRule<U>
- java.lang.Object
-
- ch.sahits.game.com.guigarage.marvfx.property.rules.future.AbstractPropertyFutureRule<U>
-
- ch.sahits.game.com.guigarage.marvfx.property.rules.future.WillChangeByDefinedCountRule<U>
-
- All Implemented Interfaces:
MarvinPropertyRule<U>,javafx.beans.value.ChangeListener<U>
public class WillChangeByDefinedCountRule<U> extends AbstractPropertyFutureRule<U>
-
-
Field Summary
Fields Modifier and Type Field Description private intcountprivate intcurrentCount
-
Constructor Summary
Constructors Constructor Description WillChangeByDefinedCountRule(int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheck(U oldValue, U newValue)RuleFailcheckConfirmation()-
Methods inherited from class ch.sahits.game.com.guigarage.marvfx.property.rules.future.AbstractPropertyFutureRule
changed, check, createObserver, fail, fail
-
-
-
-
Method Detail
-
check
protected void check(U oldValue, U newValue)
- Specified by:
checkin classAbstractPropertyFutureRule<U>
-
checkConfirmation
public RuleFail checkConfirmation()
- Overrides:
checkConfirmationin classAbstractPropertyFutureRule<U>
-
-