Interface EventFn<T>


@JsFunction public interface EventFn<T>
Event handler function. In JS/TS, this will only show up as a function type when used, but these docs will never be visible.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onEvent

      void onEvent(Event<T> e)