de.wagner_ibw.test
Class SimpleIoIow40Test

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

public class SimpleIoIow40Test
extends java.lang.Object
implements IowChangeListener

Author:
Thomas Wagner

Constructor Summary
SimpleIoIow40Test()
          Constructor for stand-alone operation.
SimpleIoIow40Test(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

SimpleIoIow40Test

public SimpleIoIow40Test()
Constructor for stand-alone operation.


SimpleIoIow40Test

public SimpleIoIow40Test(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