Interface EventListener<E extends Event>

All Superinterfaces:
JSObject

public interface EventListener<E extends Event> extends JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleEvent​(E evt)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • handleEvent

      void handleEvent(E evt)