Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] Mylyn 3.7: Which Notifications classes should I use now?

Hello Mylyn devs,

 

I’ve got an existing RCP app where I was using the provisional notifications stuff like this:

   Deps on:

 

org.eclipse.mylyn.commons.ui (3.6.1)

org.eclipse.mylyn.commons.core (3.6.0)

org.eclipse.mylyn.commons.notifications (0.8.1)

 

Types in use:

org.eclipse.mylyn.commons.ui.notifications.AbstractNotification

org.eclipse.mylyn.commons.ui.notifications.Notifications

 

 

Now in 3.7, I’ve got these plug-ins, all at 0.9.0:

 

org.eclipse.mylyn.commons.notifications

org.eclipse.mylyn.commons.notifications.core

org.eclipse.mylyn.commons.notifications.ui

 

There are two AbstractNotification:

org.eclipse.mylyn.commons.notifications.core.AbstractNotification.class

org.eclipse.mylyn.commons.ui.notifications.AbstractNotification.class

 

Two INotificationService, etc.

 

Which one should I be using?

 

Thanks,

Eddie


Back to the top