org.openarchitectureware.debug.processing
Interface ICommandListener

All Known Implementing Classes:
CommandRuntimeHandler

public interface ICommandListener

Interface to listen for regular process commands from the debug server (e.g. eclipse).

Author:
Clemens Kadura (zAJKa)

Method Summary
 void listenCommand()
          listen for the next regular process command.
 

Method Detail

listenCommand

void listenCommand()
                   throws java.io.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:
java.io.IOException