public abstract class DataPointBinding extends Object
DataPoint
binding.DataPoint
Modifier and Type | Field and Description |
---|---|
static String |
DATA_POINT_BINDING_NAME |
Constructor and Description |
---|
DataPointBinding() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
getValue(Object instance)
Gets the value of the member which value is bound.
|
void |
setPropertyChangeListener(PropertyChangeListener listener)
Sets the current
PropertyChangeListener . |
public static final String DATA_POINT_BINDING_NAME
public abstract Object getValue(Object instance) throws IllegalArgumentException
instance
- holds the instance of the object that has its member bound.IllegalArgumentException
- if the name is not properly set or if there is no such
member in the passed instance Object.public void setPropertyChangeListener(PropertyChangeListener listener)
PropertyChangeListener
.