public interface NotificationRulesListener<T>
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
notificationRulesChanged(T holderId,
java.lang.String notificatorType)
Notification rules changed for the notification rules holder.
|
void notificationRulesChanged(@NotNull T holderId, java.lang.String notificatorType)
holderId
- given holder id.notificatorType
- notificator type for which rules changed.