org.apache.batik.dom.events
Class DocumentEventSupport.SimpleEventFactory

java.lang.Object
  extended by org.apache.batik.dom.events.DocumentEventSupport.SimpleEventFactory
All Implemented Interfaces:
DocumentEventSupport.EventFactory
Enclosing class:
DocumentEventSupport

protected static class DocumentEventSupport.SimpleEventFactory
extends Object
implements DocumentEventSupport.EventFactory

To create a simple event.


Constructor Summary
protected DocumentEventSupport.SimpleEventFactory()
           
 
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

DocumentEventSupport.SimpleEventFactory

protected DocumentEventSupport.SimpleEventFactory()
Method Detail

createEvent

public Event createEvent()
Creates a new Event object.

Specified by:
createEvent in interface DocumentEventSupport.EventFactory


Copyright © 2017 Apache Software Foundation. All Rights Reserved.