Observer API Reference - v1.6.6
    Preparing search index...

    Observer API Reference - v1.6.6

    The Observer module provides a robust implementation of the observer pattern, an essential mechanism for event handling and data binding in complex applications. It allows for creating observable objects that notify registered observers automatically whenever changes occur. This module is instrumental in developing reactive interfaces and facilitating communication between different parts of an application, enhancing modularity and responsiveness.

    Classes

    EventHandle
    Events
    History
    Observer
    ObserverHistory
    ObserverList

    Type Aliases

    HandleEvent
    HistoryAction
    ObserverSync