Interface NotificationRulesListener<T>
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractNotificationRulesManager
,EventTrackerImpl
,GroupNotificationRulesManager
,NotificationRulesManagerImpl
,UserNotificationRulesManager
public interface NotificationRulesListener<T> extends EventListener
Notification rules changes listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notificationRulesChanged(T holderId, String notificatorType)
Notification rules changed for the notification rules holder.
-