|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.instrumentation.ui.internal.launcher.listener.TIInstrumentProcessListener
public class TIInstrumentProcessListener
The TIInstrumentProcessListener is the process listener and agent listener for any Instrument types.
| Constructor Summary | |
|---|---|
TIInstrumentProcessListener()
|
|
| Method Summary | |
|---|---|
void |
addProbeFile(java.lang.String filePath)
Adds a probes file to list of probes to be deployed. |
void |
agentActive(org.eclipse.tptp.platform.execution.client.agent.IAgent agent)
|
void |
agentInactive(org.eclipse.tptp.platform.execution.client.agent.IAgent agent)
|
void |
error(org.eclipse.tptp.platform.execution.client.agent.IAgent agent,
java.lang.String errorMessage)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TIInstrumentProcessListener()
| Method Detail |
|---|
public void processExited(org.eclipse.tptp.platform.execution.client.core.IProcess process)
IProcessListener
processExited in interface IProcessListenerpublic void processLaunched(org.eclipse.tptp.platform.execution.client.core.IProcess process)
IProcessListener
processLaunched in interface IProcessListenerpublic void agentActive(org.eclipse.tptp.platform.execution.client.agent.IAgent agent)
agentActive in interface org.eclipse.tptp.platform.execution.client.agent.IAgentListenerpublic void agentInactive(org.eclipse.tptp.platform.execution.client.agent.IAgent agent)
agentInactive in interface org.eclipse.tptp.platform.execution.client.agent.IAgentListener
public void error(org.eclipse.tptp.platform.execution.client.agent.IAgent agent,
java.lang.String errorMessage)
error in interface org.eclipse.tptp.platform.execution.client.agent.IAgentListenerpublic void addProbeFile(java.lang.String filePath)
file - the file to add
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||