org.eclipse.hyades.logging.events.cbe
Class EventFactoryFactory

java.lang.Object
  |
  +--org.eclipse.hyades.logging.events.cbe.EventFactoryFactory

public final class EventFactoryFactory
extends java.lang.Object

Factory for EventFactory instances.

Since:
1.0.1
Version:
1.0.1
Author:
Denilson Nastacio

Method Summary
static EventFactory createEventFactory()
           Creates a simple EventFactory object.
static EventFactory createEventFactory(ContentHandler handler)
           Creates an EventFactory object associated with a ContentHandler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createEventFactory

public static EventFactory createEventFactory()

Creates a simple EventFactory object.

Returns:
the created instance.

createEventFactory

public static EventFactory createEventFactory(ContentHandler handler)

Creates an EventFactory object associated with a ContentHandler.

Parameters:
handler - handler to be associated with the factory.
Returns:
the created instance.