Interface EventListenerObject<EventType>

interface EventListenerObject<EventType> {
    handleEvent(event): void;
}

Type Parameters

Methods

Methods

  • Parameters

    Returns void