001    package nl.cwi.sen1.tide.tool.support;
002    
003    public interface ProcessStatusChangeListener
004    {
005      public void processStatusChanged(DebugProcess process);
006    }