public class DummyDeviceInterruptHandler extends java.lang.Object implements InterruptHandler
| Constructor and Description |
|---|
DummyDeviceInterruptHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(CPUCore cpuCore)
Handler implementation
|
public void handle(CPUCore cpuCore) throws java.lang.Exception
InterruptHandlerhandle in interface InterruptHandlercpuCore - The core where the interrupt is being handledjava.lang.Exception