org.simantics.databoard.accessor.file
Interface FileDoubleAccessor

All Superinterfaces:
Accessor, CloseableAccessor, DoubleAccessor, FileAccessor
All Known Implementing Classes:
BinaryDouble

public interface FileDoubleAccessor
extends DoubleAccessor, FileAccessor


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

Method Detail

setValueNoflush

void setValueNoflush(double newValue)
                     throws AccessorException
Throws:
AccessorException