org.electrocodeogram.cpc.notification.api.strategy
Interface INotificationEvaluationStrategyResult


public interface INotificationEvaluationStrategyResult

Result wrapper for INotificationEvaluationStrategy implementations.

Author:
vw

Method Summary
 void add(IEvaluationResult result)
          Adds the given IEvaluationResult to this result collection.
A strategy may call this method more than once.
 

Method Detail

add

void add(IEvaluationResult result)
Adds the given IEvaluationResult to this result collection.
A strategy may call this method more than once.

Parameters:
result - the IEvaluationResult to add, never null.