Uses of Interface
org.jlab.coda.cMsg.cMsgCallbackInterface

Packages that use cMsgCallbackInterface
org.jlab.coda.cMsg   
 

Uses of cMsgCallbackInterface in org.jlab.coda.cMsg
 

Classes in org.jlab.coda.cMsg that implement cMsgCallbackInterface
 class cMsgCallbackAdapter
          This class is an adapter which implements the cMsgCallbackInterface.
 

Methods in org.jlab.coda.cMsg that return cMsgCallbackInterface
 cMsgCallbackInterface cMsgSubscriptionHandle.getCallback()
          Gets the callback object.
 

Methods in org.jlab.coda.cMsg with parameters of type cMsgCallbackInterface
 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.