com.raelity.jvi
Class IntegerOption.Validator

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

public abstract static class IntegerOption.Validator
extends Object


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

Field Detail

opt

protected IntegerOption opt
Constructor Detail

IntegerOption.Validator

public IntegerOption.Validator()
Method Detail

validate

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