TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
MOperationReplyListener::onReply
MOperationReplyListener
This method is dispatched when a reply is received. Applications must implement this method.
Parameters
Parameters
Description
MOperationRequest* pRequest
The request that triggered this reply, as an
MOperationRequest
pointer.
Declaration
virtual
void
onReply(
MOperationRequest
* pRequest) = 0;
Links
MOperationReplyListener
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference