com.raelity.jvi
Class BooleanOption.Validator

java.lang.Object
  extended by com.raelity.jvi.BooleanOption.Validator
Enclosing class:
BooleanOption

public abstract static class BooleanOption.Validator
extends Object


Field Summary
protected  BooleanOption opt
           
 
Constructor Summary
BooleanOption.Validator()
           
 
Method Summary
abstract  void validate(boolean val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opt

protected BooleanOption opt
Constructor Detail

BooleanOption.Validator

public BooleanOption.Validator()
Method Detail

validate

public abstract void validate(boolean val)
                       throws PropertyVetoException
Throws:
PropertyVetoException