foundation-utils.observer
Home > @genesislcap/foundation-utils > Observer
Observer interface
Represents an event observer that manages the subscription and publication of events.
Signature:
export interface Observer<EventType>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Publish<EventType> | |||
|
Subscribe<EventType> |