Base class which provides default on/emit functions to child classes.

interface EventedConstructor {
    new EventedConstructor<Events>(): Evented<Events>;
}

Constructors

Constructors