org.simantics.databoard.accessor.file
Interface FileIntegerAccessor

All Superinterfaces:
Accessor, CloseableAccessor, FileAccessor, IntegerAccessor
All Known Implementing Classes:
BinaryInteger

public interface FileIntegerAccessor
extends IntegerAccessor, FileAccessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.simantics.databoard.accessor.Accessor
Accessor.Listener
 
Method Summary
 void setValueNoflush(int newValue)
           
 
Methods inherited from interface org.simantics.databoard.accessor.IntegerAccessor
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, getAccessor, getValue, removeListener, setValue
 

Method Detail

setValueNoflush

void setValueNoflush(int newValue)
                     throws AccessorException
Throws:
AccessorException