Versions in this module Expand all Collapse all v1 v1.1.0 Dec 13, 2023 v1.0.0 Apr 27, 2019 Changes in this version + const NAME + type Mediator struct + Name string + ViewComponent interface{} + func (self *Mediator) GetMediatorName() string + func (self *Mediator) GetViewComponent() interface{} + func (self *Mediator) HandleNotification(notification interfaces.INotification) + func (self *Mediator) ListNotificationInterests() []string + func (self *Mediator) OnRegister() + func (self *Mediator) OnRemove() + func (self *Mediator) SetViewComponent(viewComponent interface{})