jde.debugger
Interface CommandListener


public interface CommandListener

This interface is implemented by objects interested in commands from JDEE. Created: 3/18/03 6:02pm.

Since:
2.3.2
Version:
$Revision: 1.1 $
Author:
Troy Daniels
See Also:
CommandEvent

Method Summary
 void commandReceived(CommandEvent evt)
          Called whenever an JDE command is received.
 

Method Detail

commandReceived

public void commandReceived(CommandEvent evt)
                     throws JDEException
Called whenever an JDE command is received. Intended for things like stack up commands, that might affect several modules debugger.
Parameters:
evt - An event containing the command and other information
Throws:
JDEException - if an error occurs.