org.epics.pvmanager
Class WriteFunction<A>
java.lang.Object
org.epics.pvmanager.WriteFunction<A>
- Type Parameters:
R
- argument type
- Direct Known Subclasses:
- WriteCache
public abstract class WriteFunction<A>
- extends Object
A basic building block in the PVManager framework that can write an object
of a given type.
- Author:
- carcassi
Method Summary |
abstract void |
setValue(A newValue)
Takes the value and consumes it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteFunction
public WriteFunction()
setValue
public abstract void setValue(A newValue)
- Takes the value and consumes it.
- Parameters:
newValue
- a value
Copyright © 2011. All Rights Reserved.