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

Packages that use Event
org.w3c.dom.events The org.w3c.dom.events package provides the Java ME DOM Events API subset defined by JSR 280. 
 

Uses of Event in org.w3c.dom.events
 

Subinterfaces of Event in org.w3c.dom.events
 interface CustomEvent
          The CustomEvent interface is the recommended interface for application-specific event types.
 interface KeyboardEvent
          The KeyboardEvent interface provides specific contextual information associated with keyboard devices.
 interface MouseEvent
          The MouseEvent interface provides specific contextual information associated with Mouse events.
 interface MouseWheelEvent
          The MouseWheelEvent interface provides specific contextual information associated with mouse wheel events.
 interface MutationEvent
          The MutationEvent interface provides specific contextual information associated with Mutation events.
 interface ProgressEvent
          A progress event occurs when the user agent makes progress in some data transfer operation, such as loading a resource from the web via XMLHttpRequest.
 interface TextEvent
          The TextEvent interface provides specific contextual information associated with Text 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(String eventType)
          Create an Event.
 

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 implementation's 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 © 2000,2004 World Wide Web Consortium (W3C). See the Copyright Notice for details.