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