| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.w3c.dom.events | |
| org.w3c.dom.ls | |
| Uses of Event in org.w3c.dom.events | 
|---|
| Subinterfaces of Event in org.w3c.dom.events | |
|---|---|
|  interface | MouseEventThe MouseEventinterface provides specific contextual 
 information associated with Mouse events. | 
|  interface | MutationEventThe MutationEventinterface provides specific contextual 
 information associated with Mutation events. | 
|  interface | UIEventThe UIEventinterface provides specific contextual information 
 associated with User Interface events. | 
| Methods in org.w3c.dom.events that return Event | |
|---|---|
|  Event | DocumentEvent.createEvent(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  EventListenerinterface was registered. | 
| Uses of Event in org.w3c.dom.ls | 
|---|
| Subinterfaces of Event in org.w3c.dom.ls | |
|---|---|
|  interface | LSLoadEventThis interface represents a load event object that signals the completion of a document load. | 
|  interface | LSProgressEventThis interface represents a progress event object that notifies the application about progress as a document is parsed. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.