org.jlab.coda.afecs.ui.rcgui
Class DaLogCB

java.lang.Object
  extended by org.jlab.coda.cMsg.cMsgCallbackAdapter
      extended by org.jlab.coda.afecs.ui.rcgui.DaLogCB
All Implemented Interfaces:
org.jlab.coda.cMsg.cMsgCallbackInterface

public class DaLogCB
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/2/11


Constructor Summary
DaLogCB(CodaRcGui owner)
           
 
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
 

Constructor Detail

DaLogCB

public DaLogCB(CodaRcGui owner)
Method Detail

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