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 |
PVWriter.addPVWriterListener(PVWriterListener<? extends T> listener)
Adds a listener to the value.
|
void |
PV.addPVWriterListener(PVWriterListener<? extends W> listener) |
void |
PVWriter.removePVWriterListener(PVWriterListener<? extends T> listener)
Removes a listener to the value.
|
void |
PV.removePVWriterListener(PVWriterListener<? extends W> listener) |
PVWriterConfiguration<T> |
PVWriterConfiguration.writeListener(PVWriterListener<? extends T> listener)
Adds a listener notified for any writer event (write result, connection and errors).
|
PVConfiguration<R,W> |
PVConfiguration.writeListener(PVWriterListener<? extends W> listener)
Adds a listener for the write events.
|
Modifier and Type | Method and Description |
---|---|
<T> PVWriterListener<T> |
Log.createWriteListener(String name) |
Modifier and Type | Class and Description |
---|---|
class |
CountDownPVWriterListener<T>
Write listener to wait that a certain number of notifications.
|
class |
MockPVWriteListener<T> |
Copyright © 2010–2015. All rights reserved.