|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEvaluationResult
Return value for INotificationEvaluationProvider.evaluateModification(IClone, List, boolean)
.
INotificationEvaluationProvider
Nested Class Summary | |
---|---|
static class |
IEvaluationResult.Action
The type of action which should be taken as a result of an evaluation. |
Method Summary | |
---|---|
IEvaluationResult.Action |
getAction()
What should be done with this clone? Does the user need to be notified? |
java.lang.String |
getMessage()
Optional notification/warning message which should be displayed to the user. |
double |
getWeight()
The importance of this notification/warning in relation to other events. |
Method Detail |
---|
IEvaluationResult.Action getAction()
IEvaluationResult.Action
which should be taken, never null.double getWeight()
IEvaluationResult.Action.NOTIFY
and IEvaluationResult.Action.WARN
.
java.lang.String getMessage()
IEvaluationResult.Action.NOTIFY
and IEvaluationResult.Action.WARN
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |