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

Packages that use Event
描述
Provides interfaces for DOM Level 2 Events.
Provides interfaces for DOM Level 3 Load and Save.
  • Uses of Event in org.w3c.dom.events

    Subinterfaces of Event in org.w3c.dom.events
    修饰符和类
    Interface
    描述
    interface 
    The MouseEvent interface provides specific contextual information associated with Mouse events.
    interface 
    The MutationEvent interface provides specific contextual information associated with Mutation events.
    interface 
    The UIEvent interface provides specific contextual information associated with User Interface events.
    Methods in org.w3c.dom.events that return 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 EventListener interface was registered.
  • Uses of Event in org.w3c.dom.ls

    Subinterfaces of Event in org.w3c.dom.ls
    修饰符和类
    Interface
    描述
    interface 
    This interface represents a load event object that signals the completion of a document load.
    interface 
    This interface represents a progress event object that notifies the application about progress as a document is parsed.