org.eclipse.emf.validation.service
Interface INotificationGenerator
-
public interface INotificationGenerator
Interface implemented by clients who wish to define a notification
generator.
Notification generators are contributed through the
eventTypes Eclipse extension point.
-
Since:
- 1.1
-
See Also:
-
EventTypeService.getNotificationGenerator(String)
,
EventTypeService.getNotificationGenerators()
generateNotifications
Collection<
Notification> generateNotifications(
Collection<? extends
Notification> notifications)
- Generates and returns custom notifications from a list of
notifications that are eligible for validation.
-
-
Parameters:
-
notifications
- that are eligible for validation
-
Returns:
- collection of newly generated notifications