Interface SubscriberListener

All Superinterfaces:
EventListener

public interface SubscriberListener extends EventListener
Author:
Sebastian
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when one or more models are assigned new subscribers.
  • Method Details

    • subscribersChanged

      void subscribersChanged(Map<Long,Set<String>> affected)
      Called when one or more models are assigned new subscribers.
      Parameters:
      affected - A map describing that the keys (model ids) now have the values (emails) as their subscriber.