Uses of Interface
gov.aps.jca.cas.ProcessVariableAttachCallback
-
Packages that use ProcessVariableAttachCallback Package Description com.cosylab.epics.caj.cas.util gov.aps.jca.cas -
-
Uses of ProcessVariableAttachCallback in com.cosylab.epics.caj.cas.util
Methods in com.cosylab.epics.caj.cas.util with parameters of type ProcessVariableAttachCallback Modifier and Type Method Description ProcessVariableDefaultServerImpl. processVariableAttach(String aliasName, ProcessVariableEventCallback eventCallback, ProcessVariableAttachCallback asyncCompletionCallback) -
Uses of ProcessVariableAttachCallback in gov.aps.jca.cas
Methods in gov.aps.jca.cas with parameters of type ProcessVariableAttachCallback 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.
-