Interface EventCallbackFn<E extends Event>


@JsFunction public interface EventCallbackFn<E extends Event>
Event handler callback.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    onEvent(E event)
     
  • Method Details Link icon

    • onEvent Link icon

      void onEvent(E event)