Interface CallbacksStatic

Hierarchy

  • CallbacksStatic

Callable

  • A multi-purpose callbacks list object that provides a powerful way to manage callback lists.

    see

    ``

    since

    1.7

    Type parameters

    • T: Function

    Parameters

    • Optional flags: string

      An optional list of space-separated flags that change how the callback list behaves.

    Returns Callbacks<T>