org.eclipse.mofscript.runtime.statement
Interface DebugListener

All Known Implementing Classes:
MofScriptTextEditor

public interface DebugListener


Method Summary
 void debugEntered(java.util.List<Variable> vars, int line)
           
 

Method Detail

debugEntered

void debugEntered(java.util.List<Variable> vars,
                  int line)