org.epics.pvmanager
Class WriteFunction<A>

java.lang.Object
  extended by org.epics.pvmanager.WriteFunction<A>
Type Parameters:
A - argument type
Direct Known Subclasses:
WriteCache

public abstract class WriteFunction<A>
extends java.lang.Object

A basic building block in the PVManager framework that can write an object of a given type.

Author:
carcassi

Constructor Summary
WriteFunction()
           
 
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
 

Constructor Detail

WriteFunction

public WriteFunction()
Method Detail

setValue

public abstract void setValue(A newValue)
Takes the value and consumes it.

Parameters:
newValue - a value