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