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