ch.aplu.ftcontroller
Interface DigitalListener


public interface DigitalListener

Declarations of notification methods.


Method Summary
 void digitalChanged(DigitalEvent evt)
          Fired when one of the digital ports change its state.
 

Method Detail

digitalChanged

void digitalChanged(DigitalEvent evt)
Fired when one of the digital ports change its state. The initializing port state corresponds to the state when addDigitalListener or the connect method is called.

Parameters:
evt - a DigitalEvent to retrieve information