Uses of Interface
gov.aps.jca.event.MonitorListener
-
Packages that use MonitorListener Package Description com.cosylab.epics.caj gov.aps.jca gov.aps.jca.event -
-
Uses of MonitorListener in com.cosylab.epics.caj
Classes in com.cosylab.epics.caj that implement MonitorListener Modifier and Type Class Description classCAJMonitorImplementation of CAJ JCAMonitor.Methods in com.cosylab.epics.caj that return MonitorListener Modifier and Type Method Description MonitorListenerCAJMonitor. getMonitorListener()MonitorListener[]CAJMonitor. getMonitorListeners()Methods in com.cosylab.epics.caj with parameters of type MonitorListener Modifier and Type Method Description MonitorCAJChannel. addMonitor(DBRType type, int count, int mask, MonitorListener l)voidCAJMonitor. addMonitorListener(MonitorListener l)voidCAJMonitor. removeMonitorListener(MonitorListener l)Constructors in com.cosylab.epics.caj with parameters of type MonitorListener Constructor Description CAJMonitor(CAJContext context, DBRType type, int count, CAJChannel channel, MonitorListener listener, int mask)Constructor. -
Uses of MonitorListener in gov.aps.jca
Methods in gov.aps.jca that return MonitorListener Modifier and Type Method Description abstract MonitorListenerMonitor. getMonitorListener()abstract MonitorListener[]Monitor. getMonitorListeners()Methods in gov.aps.jca with parameters of type MonitorListener Modifier and Type Method Description MonitorChannel. addMonitor(int mask, MonitorListener l)Add a monitor to this channel using the channel's native DBR type and count.abstract MonitorChannel. addMonitor(DBRType type, int count, int mask, MonitorListener l)Adds a monitor to this Channel.abstract voidMonitor. addMonitorListener(MonitorListener l)abstract voidMonitor. removeMonitorListener(MonitorListener l) -
Uses of MonitorListener in gov.aps.jca.event
Methods in gov.aps.jca.event with parameters of type MonitorListener Modifier and Type Method Description voidAbstractEventDispatcher. dispatch(MonitorEvent ev, MonitorListener listener)voidDirectEventDispatcher. dispatch(MonitorEvent ev, MonitorListener ml)voidEventDispatcher. dispatch(MonitorEvent ev, MonitorListener listener)voidLatestMonitorOnlyQueuedEventDispatcher. dispatch(MonitorEvent ev, MonitorListener ml)voidQueuedEventDispatcher. dispatch(MonitorEvent ev, MonitorListener ml)
-