org.apache.batik.dom.events
Interface EventSupport.EventFactory

All Known Implementing Classes:
EventSupport.MutationEventFactory, EventSupport.MouseEventFactory, EventSupport.UIEventFactory
Enclosing class:
EventSupport

public static interface EventSupport.EventFactory

This interface represents an event factory.


Method Summary
 Event createEvent()
          Creates a new Event object.
 

Method Detail

createEvent

public Event createEvent()
Creates a new Event object.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.