Make the AbstractNotifier work for any event.
With this change the AbstractNotifier isn't specialized on status changes, but
the default behaviour for the existing notifiers isn't changed.
In addition the existing notifiers have been improved so that subclassing has
become easier.
To have existing notifiers acting on other events you need to override
shouldNotify().
fixes #270
Showing
Please
register
or
sign in
to comment