Class EventTarget

  • Direct Known Subclasses:
    Node

    public class EventTarget
    extends JSObject
    https://developer.mozilla.org/en-US/docs/Web/API/EventTarget
    • Field Summary

      • Fields inherited from class de.inetsoftware.jwebassembly.web.JSObject

        peer
    • Constructor Summary

      Constructors 
      Constructor Description
      EventTarget​(java.lang.Object peer)
      Create a Java instance as wrapper of the JavaScript object.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventTarget

        EventTarget​(java.lang.Object peer)
        Create a Java instance as wrapper of the JavaScript object.
        Parameters:
        peer - the native JavaScript object