Uses of Interface
com.ibm.j9ddr.corereaders.tdump.zebedee.le.FunctionEmulator.CallbackFunction
-
Packages that use FunctionEmulator.CallbackFunction Package Description com.ibm.j9ddr.corereaders.tdump.zebedee.le -
-
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.CallbackFunction Modifier and Type Method Description voidFunctionEmulator. 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.
-