Uses of Interface
net.esper.pattern.PatternMatchCallback

Packages that use PatternMatchCallback
net.esper.core Implementation of client package interfaces, glue code 
net.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
 

Uses of PatternMatchCallback in net.esper.core
 

Classes in net.esper.core that implement PatternMatchCallback
 class EPPatternStatementImpl
          Statement for patterns.
 

Methods in net.esper.core with parameters of type PatternMatchCallback
 EPStatementStopMethod EPPatternStmtStartMethod.start(PatternMatchCallback matchCallback)
          Start pattern.
 

Uses of PatternMatchCallback in net.esper.pattern
 

Methods in net.esper.pattern with parameters of type PatternMatchCallback
 void EvalRootStateNode.setCallback(PatternMatchCallback callback)
          Hands the callback to use to indicate matching events.
 PatternStopCallback PatternStarter.start(PatternMatchCallback matchCallback, PatternContext context)
          An event expression was started and supplies the callback to use when matching events appear.
 PatternStopCallback EvalRootNode.start(PatternMatchCallback callback, PatternContext context)