|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.WriteFunction<A>
A
- argument typepublic abstract class WriteFunction<A>
A basic building block in the PVManager framework that can write an object of a given type.
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 |
---|
public WriteFunction()
Method Detail |
---|
public abstract void setValue(A newValue)
newValue
- a value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |