|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPerformanceMonitor
Listener that can be notified of the arrival of performance statistics messages.
| Method Summary | |
|---|---|
void |
performanceStatsArrived(ToolInstance toolInstance,
aterm.ATerm aTerm)
Fired when the performance statistics that were requested by the debug ToolBus arrived. |
void |
toolConnected(ToolInstance toolInstance)
Fired when a tool connects. |
void |
toolConnectionClosed(ToolInstance toolInstance)
Fired when a connection with a tool is terminated. |
| Method Detail |
|---|
void toolConnected(ToolInstance toolInstance)
toolInstance - The tool instance associated with the tool that connected.void toolConnectionClosed(ToolInstance toolInstance)
toolInstance - The tool instance associated with the tool that is no longer connected.
void performanceStatsArrived(ToolInstance toolInstance,
aterm.ATerm aTerm)
toolInstance - The tool instance the performance statistics are associated with.aTerm - The term that contains the performance statistics data.
|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||