com.reuters.rc.db
Interface DbRequestCallback
- public interface DbRequestCallback
Interface for receiving asynchronous response from DbRequest. If a request
is sent to an ADB-like agent and an asynchronous reply is expected, the application can
register a callback function with DbRequest. When DbRequest receives the
asynchronous reply it calls the application callback function.
- Author:
- Jawaid Hakim., Cavit Aydin (converted to an interface)
- See Also:
DbRequest,
DbReply
|
Method Summary |
void |
onMsg(com.tibco.tibrv.TibrvListener listener,
DbReply reply)
Callback function. |
onMsg
public void onMsg(com.tibco.tibrv.TibrvListener listener,
DbReply reply)
- Callback function.
- Parameters:
listener - The listener event.reply - The reply object.- See Also:
DbRequest,
DbReply,
TibrvListener,
TibrvMsgCallback
Copyright © 2002-2003 Reuters. All Rights Reserved.