org.apache.batik.dom.events
Class EventSupport.MutationEventFactory

java.lang.Object
  |
  +--org.apache.batik.dom.events.EventSupport.MutationEventFactory
All Implemented Interfaces:
EventSupport.EventFactory
Enclosing class:
EventSupport

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

To create a mutation event.


Constructor Summary
protected EventSupport.MutationEventFactory()
           
 
Method Summary
 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

EventSupport.MutationEventFactory

protected EventSupport.MutationEventFactory()
Method Detail

createEvent

public Event createEvent()
Creates a new Event object.
Specified by:
createEvent in interface EventSupport.EventFactory


Copyright © 2001 Apache Software Foundation. All Rights Reserved.