de.wagner_ibw.iow.appl
Class CarLocalisationNew

java.lang.Object
  |
  +--de.wagner_ibw.iow.appl.CarLocalisationNew
All Implemented Interfaces:
IowPortChangeListener, java.lang.Runnable

public class CarLocalisationNew
extends java.lang.Object
implements java.lang.Runnable, IowPortChangeListener

It is a simple test program.

Author:
Thomas Wagner

Constructor Summary
CarLocalisationNew()
           
CarLocalisationNew(Iow devs)
           
 
Method Summary
 void doit()
           
static void main(java.lang.String[] args)
           
 void portChanged(IowPort port)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarLocalisationNew

public CarLocalisationNew()

CarLocalisationNew

public CarLocalisationNew(Iow devs)
Method Detail

main

public static void main(java.lang.String[] args)

doit

public void doit()

portChanged

public void portChanged(IowPort port)
Specified by:
portChanged in interface IowPortChangeListener

run

public void run()
Specified by:
run in interface java.lang.Runnable