Module openj9.dtfj

Interface Emulator.CallbackFunction

Enclosing interface:
Emulator

public static interface Emulator.CallbackFunction
Call back interface used by Emulator to call user registered function.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Call registered function.
  • Method Details

    • call

      boolean call(Emulator em) throws IOException
      Call registered function. Returns true if the original (overridden) instruction should be run
      Throws:
      IOException