de.wagner_ibw.appl
Class IowBatch

java.lang.Object
  |
  +--de.wagner_ibw.appl.IowBatch
All Implemented Interfaces:
IowPortChangeListener

public class IowBatch
extends java.lang.Object
implements IowPortChangeListener

This simple application starts an executable if the specified bit on the specified port chages its state.

Author:
Thomas Wagner

Constructor Summary
IowBatch()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void portChanged(IowPort cPort)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IowBatch

public IowBatch()
Method Detail

main

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

portChanged

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