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
InterruptHandler
handle
in interface InterruptHandler
cpuCore
- The core where the interrupt is being handledjava.lang.Exception