Interface EventListenerObject

interface EventListenerObject {
    handleEvent(object): void;
}

Methods

Methods

  • Parameters

    Returns void