Uses of Interface
de.wagner_ibw.iow.smx.SwitchMatrixChangeListener

Packages that use SwitchMatrixChangeListener
de.wagner_ibw.examples This package contains some examples. 
de.wagner_ibw.iow.smx This package provides all interfaces and classes for using the IO-Warrior's special mode function Switch matrix (SMX). 
 

Uses of SwitchMatrixChangeListener in de.wagner_ibw.examples
 

Classes in de.wagner_ibw.examples that implement SwitchMatrixChangeListener
 class SimpleSwitchMatrixExample
          It is a simple example program for the switch matrix special mode function.
 class SwitchMatrixExample
          It is a simple example program for the switch matrix.
 

Uses of SwitchMatrixChangeListener in de.wagner_ibw.iow.smx
 

Methods in de.wagner_ibw.iow.smx with parameters of type SwitchMatrixChangeListener
 void SwitchMatrix.addSwitchMatrixChangeListener(SwitchMatrixChangeListener smcl)
           
 void SwitchMatrix.removeSwitchMatrixChangeListener(SwitchMatrixChangeListener smcl)