Uses of Interface
gov.aps.jca.event.GetListener
-
Packages that use GetListener Package Description com.cosylab.epics.caj com.cosylab.epics.caj.impl.requests gov.aps.jca gov.aps.jca.event -
-
Uses of GetListener in com.cosylab.epics.caj
Methods in com.cosylab.epics.caj with parameters of type GetListener Modifier and Type Method Description voidCAJChannel. get(DBRType type, int count, GetListener l) -
Uses of GetListener in com.cosylab.epics.caj.impl.requests
Fields in com.cosylab.epics.caj.impl.requests declared as GetListener Modifier and Type Field Description protected GetListenerReadNotifyRequest. callbackResponse callback listener.Constructors in com.cosylab.epics.caj.impl.requests with parameters of type GetListener Constructor Description ReadNotifyRequest(CAJChannel channel, GetListener callback, DBR dbr, Transport transport, int sid, int dataType, int dataCount) -
Uses of GetListener in gov.aps.jca
Methods in gov.aps.jca with parameters of type GetListener Modifier and Type Method Description voidChannel. get(int count, GetListener l)Asynchronously Reads a specified number from this Channel's value using the native DBR type.abstract voidChannel. get(DBRType type, int count, GetListener l)Asynchronously reads a specified number of elements of a specified type from this ChannelvoidChannel. get(GetListener l)Asynchronously reads this Channel's value using the native DBR type and count. -
Uses of GetListener in gov.aps.jca.event
Methods in gov.aps.jca.event with parameters of type GetListener Modifier and Type Method Description voidAbstractEventDispatcher. dispatch(GetEvent ev, GetListener listener)voidDirectEventDispatcher. dispatch(GetEvent ev, GetListener gl)voidEventDispatcher. dispatch(GetEvent ev, GetListener listener)voidLatestMonitorOnlyQueuedEventDispatcher. dispatch(GetEvent ev, GetListener gl)voidQueuedEventDispatcher. dispatch(GetEvent ev, GetListener gl)
-