Add a subscriber function for the supplied event type. Uses RxJS internally.
EventType to subscribe to: 'updated'|'started'|'stopped'|'finished'|'paused'
A subscriber callback function accepting any value. Will be called when the supplied event is published.
An RxJS Subscription
Unsubscribe all currently bound subscribers and reinitialize the event subscriber
Generated using TypeDoc
Add a subscriber function for the supplied event type. Uses RxJS internally.