public abstract class FunctionCallListener extends Object
| 构造器和说明 |
|---|
FunctionCallListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
onCall(Emulator<?> emulator,
long callerAddress,
long functionAddress) |
void |
onDebugPopFunction(Emulator<?> emulator,
long address,
FunctionCall call) |
void |
onDebugPushFunction(Emulator<?> emulator,
FunctionCall call) |
abstract void |
postCall(Emulator<?> emulator,
long callerAddress,
long functionAddress,
Number[] args) |
public abstract void onCall(Emulator<?> emulator, long callerAddress, long functionAddress)
public abstract void postCall(Emulator<?> emulator, long callerAddress, long functionAddress, Number[] args)
public void onDebugPushFunction(Emulator<?> emulator, FunctionCall call)
public void onDebugPopFunction(Emulator<?> emulator, long address, FunctionCall call)
Copyright © 2022. All rights reserved.