Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventCollection ¶
func NewEventCollection ¶
func NewEventCollection() EventCollection
type EventHandler ¶
type Mediator ¶
type Mediator interface { Dispatch(Event) Subscribe(EventHandler) }
func NewInMemMediator ¶
Click to show internal directories.
Click to hide internal directories.