|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a Content Handler.
Instances of CommonBaseEvent
use a content
handler to complete the contents of the event instance or even
modify existing fields.
Method Summary | |
---|---|
void |
completeEvent(CommonBaseEvent event)
Allows the content handler to modify or complete the contents of the event passed as a parameter. |
Method Detail |
public void completeEvent(CommonBaseEvent event) throws CompletionException
Allows the content handler to modify or complete the contents of the event passed as a parameter.
event
- event to modified or completed.
CompletionException
- if the event cannot be completed for whatever
reason.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |