import { EventContainer } from "https://deno.land/x/ts_morph@18.0.0/common/mod.ts";
Event container for event subscriptions.
Methods
fire(arg: EventArgType): void
Fire an event.
subscribe(subscription: EventContainerSubscription<EventArgType>): void
Subscribe to an event being fired.
unsubscribe(subscription: EventContainerSubscription<EventArgType>): void
Unsubscribe to an event being fired.