|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Guard
Guard instances inspect a matched events and makes a determination on whether to let it pass or not.
Method Summary | |
---|---|
void |
accept(EventGuardVisitor visitor)
|
boolean |
inspect(MatchedEventMap matchEvent)
Returns true if inspection shows that the match events can pass, or false to not pass. |
void |
startGuard()
Start the guard operation. |
void |
stopGuard()
Called when sub-expression quits, or when the pattern stopped. |
Method Detail |
---|
void startGuard()
void stopGuard()
boolean inspect(MatchedEventMap matchEvent)
matchEvent
- is the map of matching events
void accept(EventGuardVisitor visitor)
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |