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 Detail

      • call

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