T - the type of argument this checks.
public abstract static class ObservableProperties.BoundsChecker<T> extends Objectimplements Serializable
| Constructor and Description |
|---|
BoundsChecker()
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
check(T t, ObservableProperties
Check that a potential value is an accepted value.
|
public abstract void check(T t, ObservableProperties.Key <T> key) throws IllegalArgumentException
t - the value to check.
key - the key this value will be assigned to.
IllegalArgumentException - if the argument is somehow not an acceptable property value.