TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.execution.client.core.internal
Interface IProcessListener

All Known Implementing Classes:
AgentImpl, RACAgentImpl

public interface IProcessListener


Method Summary
 void processExited(org.eclipse.tptp.platform.execution.client.core.IProcess process)
          Invoked when a process that was previously launched exits.The process parameter contains all the information regarding the process.
 void processLaunched(org.eclipse.tptp.platform.execution.client.core.IProcess process)
          Invoked when a process is launched.
 

Method Detail

processLaunched

public void processLaunched(org.eclipse.tptp.platform.execution.client.core.IProcess process)
Invoked when a process is launched. The process parameter contains all the information regarding the process.


processExited

public void processExited(org.eclipse.tptp.platform.execution.client.core.IProcess process)
Invoked when a process that was previously launched exits.The process parameter contains all the information regarding the process.


TPTP 4.2.0 Platform Project
Internal API Specification