Package com.teamdev.jxbrowser.dom.event
Interface CustomEvent
A custom DOM event.
This event is dispatched from JavaScript as an instance of CustomEvent
class.
- Since:
- 7.21
-
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.dom.event.Event
currentTarget, isBubbles, isCancelable, isTrusted, phase, preventDefault, stopPropagation, target, type
-
Method Details
-
detail
<T> T detail()Returns the payload of the custom event.
-