Interface MutationEvent
- All Superinterfaces:
Event
Provides contextual information about modifications to the DOM tree
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the index of the node that was removed/addedgetNode()
Gets the node being removed/appendedMethods inherited from interface com.juliewoolie.dom.event.Event
getCurrentTarget, getDocument, getPhase, getTarget, getType, isBubbling, isCancellable, isCancelled, isComposed, isPropagationStopped, preventDefault, stopPropagation
-
Method Details
-
getNode
-
getMutationIndex
int getMutationIndex()Gets the index of the node that was removed/added- Returns:
- Mutation index
-