public interface IPreEventFromOID
Modifier and Type | Method and Description |
---|---|
Event |
getCustomEvent(ApplicationContext appCtx, Event evt)
Retrieve the customized event.
|
void |
initialize(java.lang.Object ctx)
The applications can perform the initialization logic in this method.
|
void initialize(java.lang.Object ctx) throws EventPluginInitException
ctx
- A Provisioning profile Object which will be passed to the application for plugin initialization purpose.PluginException
- when an exception occurs.EventPluginInitException
Event getCustomEvent(ApplicationContext appCtx, Event evt) throws PluginException
PluginException
- the applications must throw this exception in case of any error.