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,
EventBean optionalTriggeringEvent)
Indicate matching events.
|
public ConditionPatternMatchCallback(ContextControllerConditionPattern condition)
public void matchFound(Map<String,Object> matchEvent, EventBean optionalTriggeringEvent)
PatternMatchCallback
matchFound
in interface PatternMatchCallback
matchEvent
- contains a map of event tags and event objectsoptionalTriggeringEvent
- in case the pattern fired as a result of an event arriving, provides the eventpublic boolean isInvoked()
Copyright © 2005–2018. All rights reserved.