|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsynchronousObjectConsumer
NumericAsynchronousConsumer
is consumer, which receives update
request and returns some time later respons with detail information about
request. Update method itself returns immediatelly.
This asynchronous consumer is specialized for consumers, which will use
target value as Number
.
This interface is intended to be used by DataSource
. Displayer
which want to notify data source about value changes done by user need to
implement DataSource
which supports this type of consumer.
UpdateRequest.getTargetValue()
Method Summary | |
---|---|
void |
updateAcynchronously(UpdateRequest request)
Calls asynchronous update on this data consumer. |
Methods inherited from interface com.cosylab.gui.displayers.DataConsumer |
---|
getDataConsumer, getDefaultDataConsumer, getName, getSupportedCharacteristics, getSupportedConsumerTypes, setCharacteristics, updateDataState |
Method Detail |
---|
void updateAcynchronously(UpdateRequest request) throws CommonException
UpdateRequestListener
inside UpdateRequest
about response.
request
- the update request, holds
UpdateRequestlistener
which asynchronously receives
reponse
CommonException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |