public abstract class TokenEntersTimedZoneProcessor extends java.lang.Object implements IMatchProcessor<TokenEntersTimedZoneMatch>
Constructor and Description |
---|
TokenEntersTimedZoneProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(EventToken pEventToken,
State pState,
TimedZone pTimedZone)
Defines the action that is to be executed on each match.
|
void |
process(TokenEntersTimedZoneMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(EventToken pEventToken, State pState, TimedZone pTimedZone)
pEventToken
- the value of pattern parameter eventToken in the currently processed matchpState
- the value of pattern parameter state in the currently processed matchpTimedZone
- the value of pattern parameter timedZone in the currently processed matchpublic void process(TokenEntersTimedZoneMatch match)
IMatchProcessor
process
in interface IMatchProcessor<TokenEntersTimedZoneMatch>
match
- a single match of the pattern that must be processed by the implementation of this method