Interface AttributeMutateEvent
- All Superinterfaces:
Event
Event fired when either an attribute on an element is modified or when a document option is
modified
-
Method Summary
Modifier and TypeMethodDescriptionGet the mutation actiongetKey()
Get the name of the attribute/option that was mutatedGet the new value of the mutated attributeGet the previous value of the mutated attributeMethods inherited from interface com.juliewoolie.dom.event.Event
getCurrentTarget, getDocument, getPhase, getTarget, getType, isBubbling, isCancellable, isCancelled, isComposed, isPropagationStopped, preventDefault, stopPropagation
-
Method Details
-
getKey
String getKey()Get the name of the attribute/option that was mutated- Returns:
- Mutated attribute/option key
-
getPreviousValue
-
getNewValue
-
getAction
-