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 TypeMethodDescriptionvoidFunctionEmulator.overrideFunction(long functionEntryPoint, FunctionEmulator.CallbackFunction callback) Allows the given function to be "overridden".voidFunctionEmulator.overrideFunction(String functionName, FunctionEmulator.CallbackFunction callback) Allows the given function to be "overridden".longFunctionEmulator.registerCallbackFunction(FunctionEmulator.CallbackFunction callback) Registers a callback function.