Uses of Interface
gov.aps.jca.cas.ProcessVariableEventCallback
-
Packages that use ProcessVariableEventCallback Package Description com.cosylab.epics.caj.cas com.cosylab.epics.caj.cas.util com.cosylab.epics.caj.cas.util.examples gov.aps.jca.cas -
-
Uses of ProcessVariableEventCallback in com.cosylab.epics.caj.cas
Classes in com.cosylab.epics.caj.cas that implement ProcessVariableEventCallback Modifier and Type Class Description classCASServerMonitorCAS monitor implementation.classProcessVariableEventDispatcherEvent callback dispatcher (fan-out).Fields in com.cosylab.epics.caj.cas declared as ProcessVariableEventCallback Modifier and Type Field Description protected ProcessVariableEventCallback[]ProcessVariableEventDispatcher. cachedListMethods in com.cosylab.epics.caj.cas with parameters of type ProcessVariableEventCallback Modifier and Type Method Description voidProcessVariableEventDispatcher. registerEventListener(ProcessVariableEventCallback listener)Register new listener.voidProcessVariableEventDispatcher. unregisterEventListener(ProcessVariableEventCallback listener)Unregister new listener. -
Uses of ProcessVariableEventCallback in com.cosylab.epics.caj.cas.util
Methods in com.cosylab.epics.caj.cas.util with parameters of type ProcessVariableEventCallback Modifier and Type Method Description ProcessVariableDefaultServerImpl. processVariableAttach(String aliasName, ProcessVariableEventCallback eventCallback, ProcessVariableAttachCallback asyncCompletionCallback)Constructors in com.cosylab.epics.caj.cas.util with parameters of type ProcessVariableEventCallback Constructor Description EnumProcessVariable(String name, ProcessVariableEventCallback eventCallback)Enum PV constructor.FloatingDecimalProcessVariable(String name, ProcessVariableEventCallback eventCallback)Floating decimal PV constructor.MemoryProcessVariable(String name, ProcessVariableEventCallback eventCallback, DBRType type, Object initialValue)Constructor of memory process variable.NumericProcessVariable(String name, ProcessVariableEventCallback eventCallback)Numeric PV constructor.StringProcessVariable(String name, ProcessVariableEventCallback eventCallback)String PV constructor. -
Uses of ProcessVariableEventCallback in com.cosylab.epics.caj.cas.util.examples
Constructors in com.cosylab.epics.caj.cas.util.examples with parameters of type ProcessVariableEventCallback Constructor Description CounterProcessVariable(String name, ProcessVariableEventCallback eventCallback, int startValue, int endValue, int incrementValue, int periodInMS, int lowerWarningValue, int upperWarningValue, int lowerAlarmValue, int upperAlarmValue)Construct a counter PV instance. -
Uses of ProcessVariableEventCallback in gov.aps.jca.cas
Fields in gov.aps.jca.cas declared as ProcessVariableEventCallback Modifier and Type Field Description protected ProcessVariableEventCallbackProcessVariable. eventCallbackProcess variable event callback.Methods in gov.aps.jca.cas that return ProcessVariableEventCallback Modifier and Type Method Description ProcessVariableEventCallbackProcessVariable. getEventCallback()Get event callback.Methods in gov.aps.jca.cas with parameters of type ProcessVariableEventCallback Modifier and Type Method Description ProcessVariableServer. processVariableAttach(String aliasName, ProcessVariableEventCallback eventCallback, ProcessVariableAttachCallback asyncCompletionCallback)This function is called every time that a client attaches to the PV.voidProcessVariable. setEventCallback(ProcessVariableEventCallback eventCallback)Set event callback.Constructors in gov.aps.jca.cas with parameters of type ProcessVariableEventCallback Constructor Description ProcessVariable(String name, ProcessVariableEventCallback eventCallback)Create process variable with given name.
-