Skip to main content

Class: MessageManager

Defined in: workingtitle-instruments-wt21/shared/MessageSystem/MessageManager.ts:21

A place to handle posting and clearing of messages using the message service, if there isn't a better place to do it.

Constructors

Constructor

new MessageManager(eventBus, messageService): MessageManager

Defined in: workingtitle-instruments-wt21/shared/MessageSystem/MessageManager.ts:26

MessageManager constructor.

Parameters

ParameterTypeDescription
eventBusEventBusThe event bus.
messageServiceMessageServiceThe message service.

Returns

MessageManager