Uses of Interface
org.scictrl.csshell.ResponseListener
Packages that use ResponseListener
-
Uses of ResponseListener in org.scictrl.csshell
Fields in org.scictrl.csshell declared as ResponseListenerMethods in org.scictrl.csshell that return ResponseListenerMethods in org.scictrl.csshell with parameters of type ResponseListenerModifier and TypeMethodDescriptionConnection.getValue(ResponseListener<C> l) getValue.Connection.setValue(T value, ResponseListener<C> l) setValue.Constructors in org.scictrl.csshell with parameters of type ResponseListenerModifierConstructorDescriptionRequestImpl(Connection<C, ?, ?> source, ResponseListener<C> l, Object tag) Creates new instance.RequestImpl(Connection<C, ?, ?> source, ResponseListener<C> l, Object tag, int capacity) Creates new instance with defined capacity for responses. -
Uses of ResponseListener in org.scictrl.csshell.dummy
Methods in org.scictrl.csshell.dummy with parameters of type ResponseListenerModifier and TypeMethodDescriptionDummyConnection.getValue(ResponseListener<DummyConnector> l) getValue.DummyConnection.setValue(T value, ResponseListener<DummyConnector> l) setValue. -
Uses of ResponseListener in org.scictrl.csshell.epics
Methods in org.scictrl.csshell.epics with parameters of type ResponseListenerModifier and TypeMethodDescriptionEPICSConnection.getValue(ResponseListener<EPICSConnector> l) getValue.EPICSConnection.setValue(T value, ResponseListener<EPICSConnector> l) setValue.Constructors in org.scictrl.csshell.epics with parameters of type ResponseListenerModifierConstructorDescriptionGetRequest(Connection<EPICSConnector, ?, gov.aps.jca.dbr.DBR> conn, ResponseListener<EPICSConnector> l) Constructor of get request.PutRequest(Connection<EPICSConnector, T, gov.aps.jca.dbr.DBR> conn, ResponseListener<EPICSConnector> l) Constructor of put request.