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 TypeMethodDescriptionvoid
listen for the next regular process command.
-
Method Details
-
listenCommand
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
-