public static interface CPU.CPUListener
internalStateChanged()
method is invoked.runStateChanged()
method is invoked.| Modifier and Type | Method and Description |
|---|---|
void |
internalStateChanged()
Invoked when an CPU's internal state changes.
|
void |
runStateChanged(CPU.RunState runState)
Invoked when an CPU's run state changes.
|
void runStateChanged(CPU.RunState runState)
runState - new run state of the CPUvoid internalStateChanged()
Copyright © 2017. All rights reserved.