TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.execution.local.control
Interface ProcessListener

All Known Implementing Classes:
AgentDiscovererDelegateHelper.DummyAgent, AgentImpl, InstrumentProcessListener, PIAttachListener, PIProcessListener

public interface ProcessListener


Method Summary
 void processExited(Process process)
          Invoked when a process that was previously launched exits.The process parameter contains all the information regarding the process.
 void processLaunched(Process process)
          Invoked when a process is launched.
 

Method Detail

processLaunched

void processLaunched(Process process)
Invoked when a process is launched. The process parameter contains all the information regarding the process.


processExited

void processExited(Process process)
Invoked when a process that was previously launched exits.The process parameter contains all the information regarding the process.


TPTP 4.6.0 Platform Project
Internal API Specification