public class MktgEventHandlerFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static MktgEventRegistry |
mktgEventReg
Event registry.
|
Modifier and Type | Method and Description |
---|---|
static MktgEventHandler |
createHandler(java.lang.String registryEntryType)
This returns an object that handles the specified event.
|
public static final java.lang.String COPYRIGHT
public static MktgEventRegistry mktgEventReg
public static MktgEventHandler createHandler(java.lang.String registryEntryType)
registryEntryType
- The event name as specified in the
MarketingEventService
class.MktgEventHandler
object.