org.simantics.databoard.accessor.file
Interface FileLongAccessor

All Superinterfaces:
Accessor, CloseableAccessor, FileAccessor, LongAccessor
All Known Implementing Classes:
BinaryLong

public interface FileLongAccessor
extends LongAccessor, FileAccessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.simantics.databoard.accessor.Accessor
Accessor.Listener
 
Method Summary
 void setValueNoflush(long newValue)
           
 
Methods inherited from interface org.simantics.databoard.accessor.LongAccessor
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(long newValue)
                     throws AccessorException
Throws:
AccessorException