public class RangeConstraint<T> extends Object implements VetoablePropertySourceChangeListener<T>
| Constructor and Description |
|---|
RangeConstraint(Comparable<T> min,
Comparable<T> max) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
void |
vetoablePropertySourceChanged(PropertySourceChangeEvent<T> event) |
public RangeConstraint(Comparable<T> min, Comparable<T> max)
public void vetoablePropertySourceChanged(PropertySourceChangeEvent<T> event) throws PropertyVetoException
vetoablePropertySourceChanged in interface VetoablePropertySourceChangeListener<T>PropertyVetoExceptionCopyright 2004-2021 Solace Corporation. All rights reserved.