class cMsgTestRcClient.sAndGCallback extends cMsgCallbackAdapter
Constructor and Description |
---|
sAndGCallback() |
Modifier and Type | Method and Description |
---|---|
void |
callback(cMsgMessage msg,
java.lang.Object userObject)
Callback method definition.
|
getMaximumQueueSize, getMaximumThreads, getMessagesPerThread, getSkipSize, maySkipMessages, mustSerializeMessages
public void callback(cMsgMessage msg, java.lang.Object userObject)
cMsgCallbackAdapter
callback
in interface cMsgCallbackInterface
callback
in class cMsgCallbackAdapter
msg
- message received from domain serveruserObject
- object passed as an argument which was set when the
client originally subscribed to a subject and type of
message.