Uses of Interface
com.ibm.j9ddr.corereaders.tdump.zebedee.le.FunctionEmulator.CallbackFunction
Packages that use FunctionEmulator.CallbackFunction
-
Uses of FunctionEmulator.CallbackFunction in com.ibm.j9ddr.corereaders.tdump.zebedee.le
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.le with parameters of type FunctionEmulator.CallbackFunctionModifier and TypeMethodDescriptionvoid
FunctionEmulator.overrideFunction
(long functionEntryPoint, FunctionEmulator.CallbackFunction callback) Allows the given function to be "overridden".void
FunctionEmulator.overrideFunction
(String functionName, FunctionEmulator.CallbackFunction callback) Allows the given function to be "overridden".long
FunctionEmulator.registerCallbackFunction
(FunctionEmulator.CallbackFunction callback) Registers a callback function.