org.eclipse.emf.mwe.internal.core.debug.processing
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
 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