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 |
PVReaderListener.pvChanged(PVReaderEvent<T> event)
Notified when the value of the PV has changed.
|
Modifier and Type | Method and Description |
---|---|
PVReaderEvent<?> |
ReadEvent.getEvent() |
Modifier and Type | Method and Description |
---|---|
boolean |
PVReaderValueCondition.accept(PVReader<Object> reader,
PVReaderEvent<Object> event) |
abstract boolean |
PVReaderCondition.accept(PVReader<T> reader,
PVReaderEvent<T> event) |
Constructor and Description |
---|
ReadEvent(org.epics.util.time.Timestamp timestamp,
String pvName,
PVReaderEvent<?> event,
boolean coonected,
Object value,
Exception lastException) |
Modifier and Type | Method and Description |
---|---|
PVReaderEvent<Object> |
CountDownPVReaderListener.getEvent() |
Modifier and Type | Method and Description |
---|---|
void |
CountDownPVReaderListener.pvChanged(PVReaderEvent<Object> event) |
Copyright © 2010–2015. All rights reserved.