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
Parameter | Type | Description |
---|---|---|
eventBus | EventBus | The event bus. |
messageService | MessageService | The message service. |
Returns
MessageManager