Uses of Interface org.w3c.dom.events.Event

Uses in package gnu.xml.dom

Classes implementing org.w3c.dom.events.Event

class
"Event" implementation.
class
"MutationEvent" implementation.
class
"UIEvent" implementation.

Methods with parameter type org.w3c.dom.events.Event

boolean
DOM L2 (Events) Delivers an event to all relevant listeners, returning true if the caller should perform their default action.
void
Not for public use.

Methods with return type org.w3c.dom.events.Event

Event
DOM L2 (Events) Returns an instance of the specified type of event object.

Uses in package org.w3c.dom.events

Methods with parameter type org.w3c.dom.events.Event

boolean
This method allows the dispatch of events into the implementations event model.
void
This method is called whenever an event occurs of the type for which the EventListener interface was registered.

Methods with return type org.w3c.dom.events.Event

Event