Package | Description |
---|---|
org.jlab.coda.cMsg |
Modifier and Type | Class and Description |
---|---|
class |
cMsgCallbackAdapter
This class is an adapter which implements the cMsgCallbackInterface.
|
Modifier and Type | Method and Description |
---|---|
cMsgCallbackInterface |
cMsgSubscriptionHandle.getCallback()
Gets the callback object.
|
Modifier and Type | Method and Description |
---|---|
cMsgSubscriptionHandle |
cMsg.subscribe(java.lang.String subject,
java.lang.String type,
cMsgCallbackInterface cb,
java.lang.Object userObj)
Method to subscribe to receive messages of a subject and type from the domain.
|