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

All Known Implementing Classes:
DocumentEventSupport.SimpleEventFactory, DocumentEventSupport.MutationEventFactory, DocumentEventSupport.MouseEventFactory, DocumentEventSupport.KeyEventFactory, DocumentEventSupport.UIEventFactory
Enclosing class:
DocumentEventSupport

public static interface DocumentEventSupport.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 © 2002 Apache Software Foundation. All Rights Reserved.