Interface TraceCallbacks

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DebugCommand.Tracer

public interface TraceCallbacks extends AutoCloseable
  • Method Details

    • onCommand

      void onCommand(int depth, String command)
    • onReturn

      void onReturn(int depth, String command, int result)
    • onError

      void onError(String message)
    • onCall

      void onCall(int depth, Identifier function, int size)
    • close

      void close()
      Specified by:
      close in interface AutoCloseable