dioscuri.interfaces
Interface Updateable

All Superinterfaces:
Module
All Known Implementing Classes:
ATA, FDC, Keyboard, ModuleATA, ModuleFDC, ModuleKeyboard, ModulePIT, ModuleSerialPort, ModuleVideo, PIT, SerialPort, Video

public interface Updateable
extends Module


Nested Class Summary
 
Nested classes/interfaces inherited from interface dioscuri.interfaces.Module
Module.Type
 
Method Summary
 int getUpdateInterval()
          Get the update interval.
 void setUpdateInterval(int interval)
          Defines the interval between subsequent updates
 void update()
          Update the module.
 
Methods inherited from interface dioscuri.interfaces.Module
getConnection, getConnections, getDebugMode, getDump, getExpectedConnections, getType, isConnected, reset, setConnection, setDebugMode, start, stop
 

Method Detail

getUpdateInterval

int getUpdateInterval()
Get the update interval.

Returns:
the update interval

setUpdateInterval

void setUpdateInterval(int interval)
Defines the interval between subsequent updates

Parameters:
interval - the interval between subsequent updates in ms.

update

void update()
Update the module.