Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.integration | |
org.epics.pvmanager.test |
Support for a data source that simulates various error conditions.
|
Modifier and Type | Method and Description |
---|---|
void |
PVReader.addPVReaderListener(Class<?> clazz,
PVReaderListener listener)
Deprecated.
this method was rarely used and the functionalities
can be replicated with an ad-hoc listener; with the addition of generic
typing in the listener, this pollutes the interface for the remove
|
void |
PV.addPVReaderListener(Class<?> clazz,
PVReaderListener listener) |
void |
PV.addPVReaderListener(PVReaderListener<? super R> listener) |
void |
PVReader.addPVReaderListener(PVReaderListener<? super T> listener)
Adds a listener to the value.
|
PVConfiguration<R,W> |
PVConfiguration.readListener(PVReaderListener<? super R> listener)
Adds a listener for the read events.
|
PVReaderConfiguration<T> |
PVReaderConfiguration.readListener(PVReaderListener<? super T> listener)
Adds a listener notified for any reader event (values, connection and errors).
|
void |
PV.removePVReaderListener(PVReaderListener<? super R> listener) |
void |
PVReader.removePVReaderListener(PVReaderListener<? super T> listener)
Removes a listener to the value.
|
Modifier and Type | Method and Description |
---|---|
<T> PVReaderListener<T> |
Log.createReadListener() |
Modifier and Type | Class and Description |
---|---|
class |
CountDownPVReaderListener
Read listener to wait that a certain number of notifications.
|
Copyright © 2010–2015. All rights reserved.