Utilities for handling subscribers.
- Source:
Classes
Methods
(static) addSubscriber()
- Source:
Add a subscriber to the given subscribers. Returns the new subscribers.
(static) callSubscribers()
- Source:
Call the list of subscribers.
(static) initSubscribers()
- Source:
Initialize a list of subscribers.
(static) removeSubscriber()
- Source:
Removes a subscriber callback from the list of subscribers and returns the resulting list of subscribers.
(static) subscribersIsEmpty()
- Source:
Returns true if the given subscribers are empty.