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

Packages that use Event
org.apache.xpath.domapi   
org.w3c.dom.events   
 

Uses of Event in org.apache.xpath.domapi
 

Methods in org.apache.xpath.domapi with parameters of type Event
 void XPathResultImpl.handleEvent(Event event)
           
 

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
 boolean EventTarget.dispatchEvent(Event evt)
          This method allows the dispatch of events into the implementations event model.
 void EventListener.handleEvent(Event evt)
          This method is called whenever an event occurs of the type for which the EventListener interface was registered.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.