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

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

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

To create a mouse event.


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

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