Private
#lastUnique ID to control the associated subscription callback handlers.
Private
#subscriptionsMap containing all the active event subscriptions and their associated callback handlers.
Private
#checkPrivate
#checkPrivate
#unsubscribeSealed
Removes subscription callback(s) for the provided event name.
If callback not provided, all the callbacks for the provided event name will be removed.
Event name for the registered callback
Generated using TypeDoc
Class that enables implementation of publish/subscribe design pattern.