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