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