de.wagner_ibw.test
Class SimpleIoTest

java.lang.Object
  |
  +--de.wagner_ibw.test.SimpleIoTest
All Implemented Interfaces:
IowChangeListener

public class SimpleIoTest
extends java.lang.Object
implements IowChangeListener

Author:
Thomas Wagner

Constructor Summary
SimpleIoTest()
          Constructor for stand-alone operation.
SimpleIoTest(IowFactory devs)
          Constructor for use as part of an application (independent thread).
 
Method Summary
 void iowChanged(long value)
           
static void main(java.lang.String[] args)
          Stand-alone start.
 void run()
          Thread start.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleIoTest

public SimpleIoTest()
Constructor for stand-alone operation.


SimpleIoTest

public SimpleIoTest(IowFactory devs)
Constructor for use as part of an application (independent thread).

Parameters:
devs - The initialized Iow base class.
Method Detail

main

public static void main(java.lang.String[] args)
Stand-alone start.

Parameters:
args - Not used here.

run

public void run()
Thread start.


iowChanged

public void iowChanged(long value)
Specified by:
iowChanged in interface IowChangeListener