public class MockPVWriteListener<T> extends Object implements PVWriterListener<T>
Constructor and Description |
---|
MockPVWriteListener(PVWriter<T> pvWriter) |
Modifier and Type | Method and Description |
---|---|
static <V> MockPVWriteListener<V> |
addPVWriteListener(PVWriter<V> pvWriter) |
int |
getCounter() |
void |
pvChanged(PVWriterEvent event)
Notified when the value was written.
|
public static <V> MockPVWriteListener<V> addPVWriteListener(PVWriter<V> pvWriter)
public void pvChanged(PVWriterEvent event)
PVWriterListener
pvChanged
in interface PVWriterListener<T>
event
- the writer eventpublic int getCounter()
Copyright © 2010–2015. All rights reserved.