public static class ContextControllerConditionPattern.ConditionPatternMatchCallback extends Object implements PatternMatchCallback
Constructor and Description |
---|
ConditionPatternMatchCallback(ContextControllerConditionPattern condition) |
Modifier and Type | Method and Description |
---|---|
boolean |
isInvoked() |
void |
matchFound(Map<String,Object> matchEvent)
Indicate matching events.
|
public ConditionPatternMatchCallback(ContextControllerConditionPattern condition)
public void matchFound(Map<String,Object> matchEvent)
PatternMatchCallback
matchFound
in interface PatternMatchCallback
matchEvent
- contains a map of event tags and event objectspublic boolean isInvoked()