nachos.machine
Interface InterruptHandler

All Known Implementing Classes:
Timer

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

handleInterrupt

void handleInterrupt()
Method called by the machine when an interrupt occurs.