The Meta-Environment API

nl.cwi.sen1.tide.tool.support
Interface DebugToolListener

All Known Implementing Classes:
ProcessList

public interface DebugToolListener


Method Summary
 void adapterConnected(DebugTool tool, DebugAdapter adapter)
           
 void adapterDisconnected(DebugTool tool, DebugAdapter adapter)
           
 

Method Detail

adapterConnected

void adapterConnected(DebugTool tool,
                      DebugAdapter adapter)

adapterDisconnected

void adapterDisconnected(DebugTool tool,
                         DebugAdapter adapter)

The Meta-Environment API