|
TPTP 4.0.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
|---|---|
java.lang.String[] |
getTargetContextUniqueIds()
The contexts which this listener is intended to be informed of events from. |
void |
postProcessEventItems(IComponent component,
java.lang.Object[] results)
Invoked after a sub-component is given a task to process some data. |
void |
preProcessEventItems(IComponent component,
java.lang.Object[] msgs)
Invoked before a sub-component is given a task to process some data. |
| Method Detail |
public void preProcessEventItems(IComponent component,
java.lang.Object[] msgs)
component - - the component being invokedmsgs - - the data that is being given to the component to process
public void postProcessEventItems(IComponent component,
java.lang.Object[] results)
component - - the component being invokedresults - - the results that are being returned as a result of
the component processingpublic java.lang.String[] getTargetContextUniqueIds()
|
TPTP 4.0.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||