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

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

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

To create a UI event.


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

protected EventSupport.UIEventFactory()
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.