import { EventContainer } from "https://deno.land/x/ts_morph@21.0.0/common/ts_morph_common.d.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.