Uses of Interface
org.w3c.dom.events.Event
-
Packages that use Event 软件包 描述 org.w3c.dom.events 提供DOM Level 2事件的接口。org.w3c.dom.ls 提供DOM Level 3加载和保存的界面。 -
-
Uses of Event in org.w3c.dom.events
Subinterfaces of Event in org.w3c.dom.events Modifier and Type 接口 描述 interfaceMouseEventMouseEvent界面提供与鼠标事件相关联的特定上下文信息。interfaceMutationEventMutationEvent界面提供与Mutation事件相关的特定上下文信息。interfaceUIEventUIEvent接口提供与用户界面事件相关联的特定上下文信息。Methods in org.w3c.dom.events that return Event Modifier and Type 方法 描述 EventDocumentEvent. createEvent(String eventType)Methods in org.w3c.dom.events with parameters of type Event Modifier and Type 方法 描述 booleanEventTarget. dispatchEvent(Event evt)该方法允许将事件分派到实现事件模型中。voidEventListener. handleEvent(Event evt)每当发生EventListener接口的类型的事件发生时,将调用此方法。 -
Uses of Event in org.w3c.dom.ls
Subinterfaces of Event in org.w3c.dom.ls Modifier and Type 接口 描述 interfaceLSLoadEvent该接口表示负载事件对象,用于表示文档加载的完成。interfaceLSProgressEvent此接口表示一个进度事件对象,该对象在解析文档时通知应用程序进度。
-