Interface SubscriberListener
- All Superinterfaces:
EventListener
- Author:
- Sebastian
-
Method Summary
Modifier and TypeMethodDescriptionvoid
subscribersChanged
(Map<Long, Set<String>> affected) Called when one or more models are assigned new subscribers.
-
Method Details
-
subscribersChanged
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.
-