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 void
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.
-