| Interface | Description |
|---|---|
| UpdateEventEmitter<EventType> |
An interface for the observed part of the observer pattern without the need to extend a class such as the
Observable class. |
| UpdateEventListener<EventType> |
An interface for the observing part of the observer pattern.
|
Copyright © 2017. All rights reserved.