public interface IEvaluationListener
Clients may implement this interface.
IEvaluationResult
Modifier and Type | Method and Description |
---|---|
void |
evaluationComplete(IEvaluationResult result)
Notifies this listener that an evaluation has completed, with the given
result.
|
void evaluationComplete(IEvaluationResult result)
result
- The result from the evaluationIEvaluationResult
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.