Package org.electrocodeogram.cpc.core.api.provider.notification

Contains the API specification for the CPC Notification Evaluation Provider and Notification Delay Provider.

See:
          Description

Interface Summary
IEvaluationResult Return value for INotificationEvaluationProvider.evaluateModification(IClone, List, boolean).
INotificationDelayProvider A notification delay provider takes CloneNotificationEvents and queues them according to some internal criteria.
INotificationEvaluationProvider A notification evaluation provider is used to determine whether a specific clone modification should trigger a user notification/warning or whether it should be ignored.
 

Enum Summary
IEvaluationResult.Action The type of action which should be taken as a result of an evaluation.
 

Package org.electrocodeogram.cpc.core.api.provider.notification Description

Contains the API specification for the CPC Notification Evaluation Provider and Notification Delay Provider.