Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.dom.events
Class DocumentEventSupport.MutationEventFactory  view DocumentEventSupport.MutationEventFactory download DocumentEventSupport.MutationEventFactory.java

java.lang.Object
  extended byorg.apache.batik.dom.events.DocumentEventSupport.MutationEventFactory
All Implemented Interfaces:
DocumentEventSupport.EventFactory
Enclosing class:
DocumentEventSupport

protected static class DocumentEventSupport.MutationEventFactory
extends java.lang.Object
implements DocumentEventSupport.EventFactory

To create a mutation event.


Constructor Summary
protected DocumentEventSupport.MutationEventFactory()
           
 
Method Summary
 org.w3c.dom.events.Event createEvent()
          Creates a new Event object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentEventSupport.MutationEventFactory

protected DocumentEventSupport.MutationEventFactory()
Method Detail

createEvent

public org.w3c.dom.events.Event createEvent()
Creates a new Event object.

Specified by:
createEvent in interface DocumentEventSupport.EventFactory