Interface BaseEventTarget.EventListenerCallback

  • Enclosing class:
    BaseEventTarget

    @JsFunction
    public static interface BaseEventTarget.EventListenerCallback
    The object which receives a notification when an event of the specified type occurs.
    Represents an object that can handle an event dispatched by a element.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • call

        void call​(NativeBaseEvent event)
        A function that is called whenever an event of the specified type occurs.
        Parameters:
        event - a event object describing the event that has been fired and needs to be processed.