|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventHandlerListener
This listener listens for EventHandler events.
| Method Summary | |
|---|---|
void |
eventCaptured(Entry aEntry)
Called right after the EventHandler captures an event and maps it to an Entry object. |
void |
eventHandlerTerminated()
|
void |
eventProcessed(Entry aEntry)
If the captured event is further processed (Action Map or EventHandler's custom embedded logic), this method is called after the processing completes. |
| Methods inherited from interface com.ibm.di.api.local.LogListener |
|---|
messageLogged |
| Method Detail |
|---|
void eventCaptured(Entry aEntry)
throws DIException
aEntry - The event object.
DIException - If an error is encountered.
void eventProcessed(Entry aEntry)
throws DIException
aEntry - The event objects after all processing completes.
DIException - If an error is encountered.
void eventHandlerTerminated()
throws DIException
DIException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||