|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DoubleConsumer
DoubleConsumer
is data consumer for receiveing updates of
double dynamic values.
Method Summary | |
---|---|
void |
updateValue(long timestamp,
double value)
Notifys this consumer about new dynamic value update. |
Methods inherited from interface com.cosylab.gui.displayers.DataConsumer |
---|
getDataConsumer, getDefaultDataConsumer, getName, getSupportedCharacteristics, getSupportedConsumerTypes, setCharacteristics, updateDataState |
Method Detail |
---|
void updateValue(long timestamp, double value) throws CommonException
timestamp
- the time of dynamic value eventvalue
- new value
CommonException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |