|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataListener
Objects supporting this interface can be added as listeners to
DataHandlers, and thus be notified whenever data is added or removed
to a DataHandler.
| Method Summary | |
|---|---|
void |
clear()
Notification that all data has been removed. |
int |
dataAdded(DataBlock block)
Notification that a DataBlock has been added. |
boolean |
dataAdded(DataPoint dataPoint)
Notification that a single DataPoint has been added. |
int |
dataRemoved(DataBlock dataBlock)
Notification that a DataBlock has been removed. |
boolean |
dataRemoved(DataPoint dataPoint)
Notification that a single DataPoint has been removed. |
| Method Detail |
|---|
void clear()
int dataAdded(DataBlock block)
DataBlock has been added.
block - the DataBlock added.
boolean dataAdded(DataPoint dataPoint)
DataPoint has been added.
dataPoint - the DataPoint added.
true if the DataPoint was successfully added.int dataRemoved(DataBlock dataBlock)
DataBlock has been removed.
dataBlock - the DataBlock removed.
DataPoints successfully removed.boolean dataRemoved(DataPoint dataPoint)
DataPoint has been removed.
dataPoint - the DataPointremoved.
true if the DataPoint was successfully
removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||