com.dalsemi.system
Interface ExternalInterruptEventListener
- public interface ExternalInterruptEventListener
- extends java.util.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
externalInterruptEvent
public void externalInterruptEvent(ExternalInterruptEvent ev)
- Propagates a ExternalInterrupt event.
Also see:
o TINI 1.16 API, Optional Modules
o TINI Home Page
o 1-Wire API
o JDK 1.1
Last update Wed Jun 8 17:19:36 CDT 2005