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

Packages that use Event
gnu.xml.dom This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). 
org.w3c.dom.events Supports the optional "Events", "UIEvents", "MouseEvents", "MutationEvents", and "HTMLEvents" features of the DOM Level 2 Recommendation. 
 

Uses of Event in gnu.xml.dom
 

Classes in gnu.xml.dom that implement Event
 class DomEvent
          "Event" implementation.
static class DomEvent.DomMutationEvent
          "MutationEvent" implementation.
static class DomEvent.DomUIEvent
          "UIEvent" implementation.
 

Methods in gnu.xml.dom that return Event
 Event DomNode.createEvent(java.lang.String eventType)
          DOM L2 (Events) Returns an instance of the specified type of event object.
 

Methods in gnu.xml.dom with parameters of type Event
 boolean DomNode.dispatchEvent(Event event)
          DOM L2 (Events) Delivers an event to all relevant listeners, returning true if the caller should perform their default action.
 void DomIterator.handleEvent(Event e)
          Not for public use.
 

Uses of Event in org.w3c.dom.events
 

Subinterfaces of Event in org.w3c.dom.events
 interface MouseEvent
          The MouseEvent interface provides specific contextual information associated with Mouse events.
 interface MutationEvent
          The MutationEvent interface provides specific contextual information associated with Mutation events.
 interface UIEvent
          The UIEvent interface provides specific contextual information associated with User Interface events.
 

Methods in org.w3c.dom.events that return Event
 Event DocumentEvent.createEvent(java.lang.String eventType)
           
 

Methods in org.w3c.dom.events with parameters of type Event
 void EventListener.handleEvent(Event evt)
          This method is called whenever an event occurs of the type for which the EventListener interface was registered.
 boolean EventTarget.dispatchEvent(Event evt)
          This method allows the dispatch of events into the implementations event model.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.