Uses of Interface
xal.plugin.epics7.EventListener
Packages that use EventListener
Package
Description
The Open XAL EPICS7 plugin was introduced in v4.0.
-
Uses of EventListener in xal.plugin.epics7
Fields in xal.plugin.epics7 declared as EventListenerMethods in xal.plugin.epics7 with parameters of type EventListenerModifier and TypeMethodDescriptionstatic Epics7MonitorEpics7Monitor.createNewMonitor(Epics7Channel channel, String request, EventListener listener, int intMaskEvent) voidEpics7Channel.getCallback(String request, EventListener listener) voidEpics7Channel.getCallback(String request, EventListener listener, boolean attemptConnection) voidEpics7Channel.putRawValCallback(PutListener listener, EventListener putListener) Constructors in xal.plugin.epics7 with parameters of type EventListenerModifierConstructorDescriptionprotectedEpics7Monitor(Epics7Channel channel, EventListener listener, int intMaskEvent) -
Uses of EventListener in xal.plugin.epics7.server
Methods in xal.plugin.epics7.server with parameters of type EventListenerModifier and TypeMethodDescriptionstatic Epics7ServerMonitorEpics7ServerMonitor.createNewMonitor(Epics7Channel channel, org.epics.pvdatabase.PVRecord pvRecord, com.cosylab.epics.caj.cas.util.MemoryProcessVariable memoryProcessVariable, String request, EventListener listener, int intMaskEvent)