Uses of Interface
de.wagner_ibw.iow.IowPortChangeListener

Packages that use IowPortChangeListener
de.wagner_ibw.appl This package contains some applications. 
de.wagner_ibw.examples This package contains some examples. 
de.wagner_ibw.iow This package provides all interfaces and classes for using the IO-Warrior Hardware invented by Code Mercenaries Hard- und Software GmbH
de.wagner_ibw.iow.i2c This package provides all interfaces and classes for using the IO-Warrior's special mode function IIC
de.wagner_ibw.test This package contains some test classes. 
 

Uses of IowPortChangeListener in de.wagner_ibw.appl
 

Classes in de.wagner_ibw.appl that implement IowPortChangeListener
 class IowBatch
          This simple application starts an executable if the specified bit on the specified port chages its state.
 

Uses of IowPortChangeListener in de.wagner_ibw.examples
 

Classes in de.wagner_ibw.examples that implement IowPortChangeListener
 class Iow24IoTest
          Simple IO test prog for IO Warrior 24.
 class Iow40IoTest
           
 

Uses of IowPortChangeListener in de.wagner_ibw.iow
 

Methods in de.wagner_ibw.iow with parameters of type IowPortChangeListener
 void IowPort.addPortChangeListener(IowPortChangeListener pcl)
          Adds an IowPortChangeListener to the internal list.
 void IowPort.removePortChangeListener(IowPortChangeListener pcl)
          Removes an IowPortChangeListener from the internal list.
 

Uses of IowPortChangeListener in de.wagner_ibw.iow.i2c
 

Classes in de.wagner_ibw.iow.i2c that implement IowPortChangeListener
 class PCF8574A
          This is the implemenation of the PCF8574A device, "Remote 8-Bit I/O Expander". !!!!
 

Uses of IowPortChangeListener in de.wagner_ibw.test
 

Classes in de.wagner_ibw.test that implement IowPortChangeListener
 class Iow40IoTestListener
           
 class Led56Test
           
 class Rc5Test
          This simple test prog checks the class RC5 and shows the scanned RC5 codes on the display.
 class ReadPerformanceTest