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 |
PVWriterListener.pvChanged(PVWriterEvent<T> event)
Notified when the value was written.
|
Modifier and Type | Method and Description |
---|---|
PVWriterEvent<?> |
WriteEvent.getEvent() |
Modifier and Type | Method and Description |
---|---|
void |
WriteEvent.setEvent(PVWriterEvent<?> event) |
Constructor and Description |
---|
WriteEvent(org.epics.util.time.Timestamp timestamp,
String pvName,
PVWriterEvent<?> event,
boolean coonected,
Exception lastException) |
Modifier and Type | Method and Description |
---|---|
PVWriterEvent<T> |
CountDownPVWriterListener.getEvent()
The last notified event.
|
Modifier and Type | Method and Description |
---|---|
void |
MockPVWriteListener.pvChanged(PVWriterEvent event) |
void |
CountDownPVWriterListener.pvChanged(PVWriterEvent<T> event) |
Copyright © 2010–2015. All rights reserved.