Uses of Interface
OCSEPICS.CAEventListener

Packages that use CAEventListener
OCSEPICS   
 

Uses of CAEventListener in OCSEPICS
 

Classes in OCSEPICS that implement CAEventListener
 class EPICSAction
          This will be used as a base class for EPICS related actions.
(package private)  class OCSAction
          This class will be used to perform a specific action upon a mechanism in the ISISP/WYFFOS/INTEGRAL EPICS system.
 

Fields in OCSEPICS with type parameters of type CAEventListener
private  java.util.ArrayList<CAEventListener> ProcessVariable.EventListeners
          A list of listeners which are interested on events which occur on this PV.
 

Methods in OCSEPICS with parameters of type CAEventListener
 boolean ProcessVariable.addPVListener(CAEventListener listener)
          Add external listener to be informed when there are events on the PV.