|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEvaluationListener
A listener for data generator evaluation events.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
Method Summary | |
---|---|
void |
evaluationError(IProgrammableDataGenerator source,
java.lang.Throwable t)
Notification that an error occurred during evaluation. |
void |
evaluationStart(IProgrammableDataGenerator source)
Notification for the start of an evaluation. |
void |
evaluationStop(IProgrammableDataGenerator source,
IDataElement result)
Notification for the end of an evaluation. |
Method Detail |
---|
void evaluationError(IProgrammableDataGenerator source, java.lang.Throwable t)
source
- Generatort
- Throwablevoid evaluationStart(IProgrammableDataGenerator source)
source
- Generatorvoid evaluationStop(IProgrammableDataGenerator source, IDataElement result)
source
- Generatorresult
- Evaluation result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |