jetbrains.buildServer.notification
Interface NotificationRulesListener<T>

All Superinterfaces:
java.util.EventListener

public interface NotificationRulesListener<T>
extends java.util.EventListener

Notification rules changes listener.

See Also:
NotificationRulesManager.addListener(NotificationRulesListener)

Method Summary
 void notificationRulesChanged(T holderId, java.lang.String notificatorType)
          Notification rules changed for the notificaion rules holder.
 

Method Detail

notificationRulesChanged

void notificationRulesChanged(@NotNull
                              T holderId,
                              java.lang.String notificatorType)
Notification rules changed for the notificaion rules holder.

Parameters:
holderId - given holder id.
notificatorType - notificator type for which rules changed.