Package ghidra.app.services
Interface DebuggerEmulationService.EmulatorStateListener
- Enclosing interface:
DebuggerEmulationService
public static interface DebuggerEmulationService.EmulatorStateListener
A listener for changes in emulator state
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidAn emulator is runningdefault voidAn emulator has stopped
-
Method Details
-
running
An emulator is running- Parameters:
emu- the emulator
-
stopped
An emulator has stopped- Parameters:
emu- the emulator
-