Uses of Interface
com.ibm.j9ddr.corereaders.tdump.zebedee.util.Emulator.CallbackFunction
-
Packages that use Emulator.CallbackFunction Package Description com.ibm.j9ddr.corereaders.tdump.zebedee.util -
-
Uses of Emulator.CallbackFunction in com.ibm.j9ddr.corereaders.tdump.zebedee.util
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.util with parameters of type Emulator.CallbackFunction Modifier and Type Method Description void
Emulator. registerCallbackFunction(long address, Emulator.CallbackFunction function)
Register a callback function for the given address.
-