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