|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterruptHandler
This is the interface implemented by the object registered by a device driver as a handler for interrupts caused by the managed device. Each device driver will register its own interrupt handler as part of system initialization.
Method Summary | |
---|---|
void |
handleInterrupt()
Method called by the machine when an interrupt occurs. |
Method Detail |
---|
void handleInterrupt()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |