Uses of Interface
org.eclipse.mylar.internal.tasks.ui.ITaskListNotificationProvider

Packages that use ITaskListNotificationProvider
org.eclipse.mylar.internal.tasks.ui   
org.eclipse.mylar.tasks.ui   
 

Uses of ITaskListNotificationProvider in org.eclipse.mylar.internal.tasks.ui
 

Fields in org.eclipse.mylar.internal.tasks.ui with type parameters of type ITaskListNotificationProvider
private  java.util.List<ITaskListNotificationProvider> TaskListNotificationManager.notificationProviders
           
 

Methods in org.eclipse.mylar.internal.tasks.ui with parameters of type ITaskListNotificationProvider
 void TaskListNotificationManager.addNotificationProvider(ITaskListNotificationProvider notification_provider)
           
 void TaskListNotificationManager.removeNotificationProvider(ITaskListNotificationProvider notification_provider)
           
 

Uses of ITaskListNotificationProvider in org.eclipse.mylar.tasks.ui
 

Fields in org.eclipse.mylar.tasks.ui declared as ITaskListNotificationProvider
private static ITaskListNotificationProvider TasksUiPlugin.INCOMING_NOTIFICATION_PROVIDER
           
private static ITaskListNotificationProvider TasksUiPlugin.REMINDER_NOTIFICATION_PROVIDER