Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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()

Method Summary
  Collection< Notification> generateNotifications ( Collection<? extends Notification> notifications)
          Generates and returns custom notifications from a list of notifications that are eligible for validation.
 

Method Detail

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

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire