JMACS

org.jmacs.pd
Interface Device.IStatus.IFactory

All Superinterfaces:
Device.IDriver.IContainer
Enclosing interface:
Device.IStatus

public static interface Device.IStatus.IFactory
extends Device.IDriver.IContainer

produces status.


Method Summary
 Device.IStatus getStatus()
          returns current status.
 
Methods inherited from interface org.jmacs.pd.Device.IDriver.IContainer
getDriver
 

Method Detail

getStatus

Device.IStatus getStatus()
returns current status.

Returns:
Result will be deemed not to have changed if == previous result. Must be non-null, otherwise the device interface will be deemed fatally broken.
Throws:
RuntimeException - The device interface will be deemed fatally broken.

JMACS

jmacs.org