Class StringWillAlwaysStartWithRule
- java.lang.Object
-
- ch.sahits.game.com.guigarage.marvfx.property.rules.future.AbstractPropertyFutureRule<java.lang.String>
-
- ch.sahits.game.com.guigarage.marvfx.property.rules.future.StringWillAlwaysStartWithRule
-
- All Implemented Interfaces:
MarvinPropertyRule<java.lang.String>,javafx.beans.value.ChangeListener<java.lang.String>
public class StringWillAlwaysStartWithRule extends AbstractPropertyFutureRule<java.lang.String>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringprefix
-
Constructor Summary
Constructors Constructor Description StringWillAlwaysStartWithRule(java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheck(java.lang.String oldValue, java.lang.String 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(java.lang.String oldValue, java.lang.String newValue)- Specified by:
checkin classAbstractPropertyFutureRule<java.lang.String>
-
-