toolish - v0.2.5
    Preparing search index...

    Module event

    Simple event system that allow decoupled communication between modules (a.k.a. observer pattern).

    Similar to DOM events but independent of browser APIs, intended for use cases unrelated to the DOM or even the browser.

    Main APIs: EventSource and EventBus

    Classes

    AbstractEvent
    EventSource
    EventBus

    Interfaces

    EventHandler