TPTP 4.1.0 Platform Project
Public API Specification

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

java.lang.Object
  extended byorg.eclipse.tptp.logging.events.cbe.EventFactoryFactory

Deprecated. As of TPTP v4.0.0, replaced by org.eclipse.tptp.logging.events.cbe.EventFactoryHome.

public final class EventFactoryFactory
extends java.lang.Object

Class representing an EventFactoryFactory.

Factory for EventFactory instances.

Since:
1.0.1

Method Summary
static EventFactory createEventFactory()
          Deprecated.  Creates a simple EventFactory object.
static EventFactory createEventFactory(ContentHandler handler)
          Deprecated.  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()
Deprecated. 

Creates a simple EventFactory object.

Returns:
the created instance.

createEventFactory

public static EventFactory createEventFactory(ContentHandler handler)
Deprecated. 

Creates an EventFactory object associated with a ContentHandler.

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

TPTP 4.1.0 Platform Project
Public API Specification