org.jlab.coda.afecs.ui.rcgui
Class ControlCB
java.lang.Object
org.jlab.coda.cMsg.cMsgCallbackAdapter
org.jlab.coda.afecs.ui.rcgui.ControlCB
- All Implemented Interfaces:
- org.jlab.coda.cMsg.cMsgCallbackInterface
public class ControlCB
- extends org.jlab.coda.cMsg.cMsgCallbackAdapter
JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), 6/1/11
Method Summary |
void |
callback(org.jlab.coda.cMsg.cMsgMessage msg,
java.lang.Object userObject)
Private inner class for responding messages from supervisor agent of the specific control system. |
Methods inherited from class org.jlab.coda.cMsg.cMsgCallbackAdapter |
getMaximumQueueSize, getMaximumThreads, getMessagesPerThread, getSkipSize, maySkipMessages, mustSerializeMessages |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControlCB
public ControlCB(CodaRcGui owner)
callback
public void callback(org.jlab.coda.cMsg.cMsgMessage msg,
java.lang.Object userObject)
- Private inner class for responding messages from supervisor agent of the specific control system.
- Specified by:
callback
in interface org.jlab.coda.cMsg.cMsgCallbackInterface
- Overrides:
callback
in class org.jlab.coda.cMsg.cMsgCallbackAdapter