public abstract class AbstractEventFactory extends java.lang.Object implements EventFactory
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
| AbstractEventFactory()
This is the default constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
| org.eclipse.hyades.logging.events.cbe.CommonBaseEvent | createEvent(java.lang.String eventIdentifier, java.lang.Object eventData)
This method creates a common base event and specifies the extension name of the event as the event identifier specified.
|
| protected abstract void | populateEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent commonBaseEvent, java.lang.Object eventData)
This method populates the specified common base event with the event data.
|
public static final java.lang.String COPYRIGHT
public AbstractEventFactory()
public org.eclipse.hyades.logging.events.cbe.CommonBaseEvent createEvent(java.lang.String eventIdentifier,
java.lang.Object eventData)
protected abstract void populateEvent(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent commonBaseEvent,
java.lang.Object eventData)