|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TemplateContentHandler
Interface representing a TemplateContentHandler.
Extension of the ContentHandler interface for specifying a
template event.
The template event is used to store event configuration properties that are
merged into the parameter event in the implementation of the
completeEvent(CommonBaseEvent event) API.
Implementations MUST preserve the precedence rules for merging event
properties when implementing the
completeEvent(CommonBaseEvent event) API. The precedence rules
for merging event properties are as follows:
For security reasons, once a non-null template event has been set on
TemplateContentHandler instance, no other template event can
be set for the life cycle of the TemplateContentHandler
instance.
ContentHandler| Method Summary | |
|---|---|
void |
setTemplateEvent(CommonBaseEvent templateEvent)
Sets a new template event on this content handler instance. |
| Methods inherited from interface org.eclipse.tptp.logging.events.cbe.ContentHandler |
|---|
completeEvent |
| Method Detail |
|---|
void setTemplateEvent(CommonBaseEvent templateEvent)
The template event is used to store event configuration properties that
are merged into the parameter event in the implementation of the
completeEvent(CommonBaseEvent event) API.
For security reasons, once a non-null template event has been set on
TemplateContentHandler instance, no other template event
can be set for the life cycle of the TemplateContentHandler
instance.
templateEvent - The new template event associated with this content handler
instance.
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||