Interface EventListener<E extends Event>

All Superinterfaces:
org.teavm.jso.JSObject

public interface EventListener<E extends Event> extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • handleEvent

      void handleEvent(E evt)