Package org.apache.batik.dom.events
Class DocumentEventSupport.MutationNameEventFactory
- java.lang.Object
-
- org.apache.batik.dom.events.DocumentEventSupport.MutationNameEventFactory
-
- All Implemented Interfaces:
DocumentEventSupport.EventFactory
- Enclosing class:
- DocumentEventSupport
protected static class DocumentEventSupport.MutationNameEventFactory extends java.lang.Object implements DocumentEventSupport.EventFactory
To create a mutation name event.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MutationNameEventFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.events.Event
createEvent()
Creates a new Event object.
-
-
-
Method Detail
-
createEvent
public org.w3c.dom.events.Event createEvent()
Creates a new Event object.- Specified by:
createEvent
in interfaceDocumentEventSupport.EventFactory
-
-