com.dalsemi.system
Interface ExternalInterruptEventListener


public interface ExternalInterruptEventListener
extends EventListener

This interface allows an application to respond when an external interrupt has been triggered. ExternalInterruptEventListeners cannot expect to receive a real-time response to these interrupts nor can they expect to receive a response to all such interrupts if interrupts arrive in close succession or if TINI is CPU bound servicing other threads and/or processes. Real-time response to external interrupts requires a native library to replace the external interrupt service routine.

See Also:
ExternalInterrupt, ExternalInterruptEvent, ExternalInterruptException

Method Summary
 void externalInterruptEvent(ExternalInterruptEvent ev)
          Propagates a ExternalInterrupt event.
 

Method Detail

externalInterruptEvent

public void externalInterruptEvent(ExternalInterruptEvent ev)
Propagates a ExternalInterrupt event.