-
public class DOMEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDOMEvent.AttributeModifiedEventFired when
Element's attribute is modified.public final classDOMEvent.AttributeRemovedEventFired when
Element's attribute is removed.public final classDOMEvent.CharacterDataModifiedEventMirrors
DOMCharacterDataModifiedevent.public final classDOMEvent.ChildNodeCountUpdatedEventFired when
Container's child node count has changed.public final classDOMEvent.ChildNodeInsertedEventMirrors
DOMNodeInsertedevent.public final classDOMEvent.ChildNodeRemovedEventMirrors
DOMNodeRemovedevent.public final classDOMEvent.DistributedNodesUpdatedEventCalled when distrubution is changed.
public classDOMEvent.DocumentUpdatedEventFired when
Documenthas been totally updated. Node ids are no longer valid.public final classDOMEvent.InlineStyleInvalidatedEventFired when
Element's inline style is modified via a CSS property modification.public final classDOMEvent.PseudoElementAddedEventCalled when a pseudo element is added to an element.
public final classDOMEvent.PseudoElementRemovedEventCalled when a pseudo element is removed from an element.
public final classDOMEvent.SetChildNodesEventFired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.
public final classDOMEvent.ShadowRootPoppedEventCalled when shadow root is popped from the element.
public final classDOMEvent.ShadowRootPushedEventCalled when shadow root is pushed into the element.
-