MutationEvent
Interface MutationEvent
- All Superinterfaces:
- Event
public interface MutationEvent extends Event
The MutationEvent
interface provides specific contextual information associated with Mutation events.
See also the Document Object Model (DOM) Level 2 Events Specification.
- Since:
- DOM Level 2
Fields
MODIFICATION
static final short MODIFICATION
The Attr
was modified in place.
ADDITION
static final short ADDITION
The Attr
was just added.