org.simantics.databoard.accessor.file
Interface FileFloatAccessor

All Superinterfaces:
Accessor, CloseableAccessor, FileAccessor, FloatAccessor
All Known Implementing Classes:
BinaryFloat

public interface FileFloatAccessor
extends FloatAccessor, FileAccessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.simantics.databoard.accessor.Accessor
Accessor.Listener
 
Method Summary
 void setValueNoflush(float newValue)
           
 
Methods inherited from interface org.simantics.databoard.accessor.FloatAccessor
getValue, setValue, type
 
Methods inherited from interface org.simantics.databoard.accessor.file.FileAccessor
close, file, flush, setValueNoflush
 
Methods inherited from interface org.simantics.databoard.accessor.Accessor
addListener, apply, getComponent, getValue, getValue, removeListener, setValue
 

Method Detail

setValueNoflush

void setValueNoflush(float newValue)
                     throws AccessorException
Throws:
AccessorException