public interface DataPointListener
Modifier and Type | Field and Description |
---|---|
static java.util.Vector<DataPointListener> |
listeners |
Modifier and Type | Method and Description |
---|---|
void |
onNewValue(DataPoint dp) |
static void |
subscribeUpdate(DataPointListener listener)
Subscribe to the update of the DataPoint
|
static final java.util.Vector<DataPointListener> listeners
void onNewValue(DataPoint dp)
static void subscribeUpdate(DataPointListener listener)
listener
- the listener to subscribe