Community
Participate
Working Groups
The commons notification framework should be extended to support builds notifications instead of having a semi-duplicated implementation. See bug 325079 comment #16.
In order to make the BuildsView a notification sink I will have to change this extension point a bit. Sinks should implement a new INotificationSink instead extending NotificationSink.
(In reply to comment #1) > In order to make the BuildsView a notification sink I will have to change this > extension point a bit. Sinks should implement a new INotificationSink instead > extending NotificationSink. As a side note. I also think it makes much more sense as NotificationSink does not provide any features.
Well, it appears that we don't really have to do any changes.
The reason for using an abstract class is that it allows us to add methods in the future without having to create INoitifcationSink2 ..3 etc.