|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InformationRequest
Defines the operations to request information.
Method Summary | |
---|---|
java.lang.Object |
requestInformation(java.lang.String requestInfo,
InfoStatusCallback callBack)
Request information described by the given description. |
void |
requestInformation(java.lang.String requestInfo,
RemoteInfoStatusCallback callBack,
ResultCallback resultCallback)
Request information described by the given description. |
Method Detail |
---|
java.lang.Object requestInformation(java.lang.String requestInfo, InfoStatusCallback callBack)
requestInfo
- String describing the kind of information being requested.callBack
- InfoStatusCallback to be called to pass back to the
requestor status indicating whether the request for information is accepted
or refused.
void requestInformation(java.lang.String requestInfo, RemoteInfoStatusCallback callBack, ResultCallback resultCallback)
requestInfo
- String describing the kind of information being requested.callBack
- RemoteInfoStatusCallback to be called to pass back to the
requestor info about whether the request for information is accepted
or refused.resultCallback
- ResultCallback to be called to send back to the
requestor the requested information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |