Amazon Vinyl
    Preparing search index...

    Class SignalImpl<T>

    An object that may dispatch one type of event and have handlers for that event.

    Type Parameters

    • T

    Implements

    Index
    • Invokes all handlers, providing the given event.

      Handlers may add/remove callbacks or do a nested dispatch.

      If a handler is added within a handler, the new handler will not be invoked until the next dispatch.

      Parameters

      • event: T

      Returns void