Interface CommandListener

All Known Implementing Classes:
CommandRuntimeHandler

public interface CommandListener
Interface to listen for regular process commands from the debug server (e.g. eclipse).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    listen for the next regular process command.
  • Method Details

    • listenCommand

      void listenCommand() throws IOException
      listen for the next regular process command. This method could be a long running one that waits until the user starts the next debug action.
      Throws:
      IOException