Interface IProcessListener

  • All Known Subinterfaces:
    IRuntimeDebugClientTargetManager

    public interface IProcessListener
    Process listener is notified when 1C:Enterprise client processes are terminated.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void processTerminated​(org.eclipse.debug.core.model.IProcess process, org.eclipse.debug.core.ILaunch parent)
      Notifies the listener that the provided process of parent launch was terminated.
    • Method Detail

      • processTerminated

        void processTerminated​(org.eclipse.debug.core.model.IProcess process,
                               org.eclipse.debug.core.ILaunch parent)
        Notifies the listener that the provided process of parent launch was terminated.
        Parameters:
        process - the process, that was terminated, cannot be null
        parent - parent launch of terminated process, cannot be null