public static class Event extends Object
An opaque handle to a native DOM Event. An Event
cannot be
created directly. Instead, use the Event
type when returning a
native DOM event from JSNI methods. An Event
passed back into
JSNI becomes the original DOM event the Event
was created from,
and can be accessed in JavaScript code as expected. This is typically done by
calling methods in the DOM
class.
Copyright © 2018. All rights reserved.