public abstract class EventProcessedByEventTokenProcessor extends java.lang.Object implements IMatchProcessor<EventProcessedByEventTokenMatch>
| Constructor and Description |
|---|
EventProcessedByEventTokenProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(Event pEvent,
EventToken pEventToken)
Defines the action that is to be executed on each match.
|
void |
process(EventProcessedByEventTokenMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(Event pEvent, EventToken pEventToken)
pEvent - the value of pattern parameter event in the currently processed matchpEventToken - the value of pattern parameter eventToken in the currently processed matchpublic void process(EventProcessedByEventTokenMatch match)
IMatchProcessorprocess in interface IMatchProcessor<EventProcessedByEventTokenMatch>match - a single match of the pattern that must be processed by the implementation of this method