Uses of Interface
gov.aps.jca.event.ConnectionListener
-
Packages that use ConnectionListener Package Description com.cosylab.epics.caj gov.aps.jca gov.aps.jca.event -
-
Uses of ConnectionListener in com.cosylab.epics.caj
Methods in com.cosylab.epics.caj that return ConnectionListener Modifier and Type Method Description ConnectionListener[]CAJChannel. getConnectionListeners()Methods in com.cosylab.epics.caj with parameters of type ConnectionListener Modifier and Type Method Description voidCAJChannel. addConnectionListener(ConnectionListener l)voidCAJChannel. addConnectionListenerAndFireIfConnected(ConnectionListener l)ChannelCAJContext. createChannel(String name, ConnectionListener l, short priority)voidCAJChannel. removeConnectionListener(ConnectionListener l)Constructors in com.cosylab.epics.caj with parameters of type ConnectionListener Constructor Description CAJChannel(CAJContext context, int channelID, String name, ConnectionListener listener, short priority)Constructor. -
Uses of ConnectionListener in gov.aps.jca
Methods in gov.aps.jca that return ConnectionListener Modifier and Type Method Description abstract ConnectionListener[]Channel. getConnectionListeners()Returns the ConnectionListeners registered with this channel.Methods in gov.aps.jca with parameters of type ConnectionListener Modifier and Type Method Description abstract voidChannel. addConnectionListener(ConnectionListener l)Adds a ConnectionListener which will be notified of the connection state's changes of this Channel.ChannelContext. createChannel(String name, ConnectionListener l)Create a new Channel using this context to access a process variable with a ConnectionListener to receive ConnectionEvent from the newly created Channel.abstract ChannelContext. createChannel(String name, ConnectionListener l, short priority)Create a new Channel using this context to access a process variable with a ConnectionListener to receive ConnectionEvent from the newly created Channel.abstract voidChannel. removeConnectionListener(ConnectionListener l)Removes a ConnectionListener . -
Uses of ConnectionListener in gov.aps.jca.event
Methods in gov.aps.jca.event with parameters of type ConnectionListener Modifier and Type Method Description voidAbstractEventDispatcher. dispatch(ConnectionEvent ev, ConnectionListener listener)voidDirectEventDispatcher. dispatch(ConnectionEvent ev, ConnectionListener cl)voidEventDispatcher. dispatch(ConnectionEvent ev, ConnectionListener listener)voidLatestMonitorOnlyQueuedEventDispatcher. dispatch(ConnectionEvent ev, ConnectionListener cl)voidQueuedEventDispatcher. dispatch(ConnectionEvent ev, ConnectionListener cl)
-