com.espertech.esper.view
Class StatementStopServiceImpl

java.lang.Object
  extended by com.espertech.esper.view.StatementStopServiceImpl
All Implemented Interfaces:
StatementStopService

public class StatementStopServiceImpl
extends java.lang.Object
implements StatementStopService

Provides subscription list for statement stop callbacks.


Constructor Summary
StatementStopServiceImpl()
          ctor.
 
Method Summary
 void addSubscriber(StatementStopCallback callback)
          Add a callback to perform for a stop of a statement.
 void fireStatementStopped()
          Used by the engine to indicate a statement stopped, invoking any callbacks registered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementStopServiceImpl

public StatementStopServiceImpl()
ctor.

Method Detail

addSubscriber

public void addSubscriber(StatementStopCallback callback)
Description copied from interface: StatementStopService
Add a callback to perform for a stop of a statement.

Specified by:
addSubscriber in interface StatementStopService
Parameters:
callback - is the callback function

fireStatementStopped

public void fireStatementStopped()
Description copied from interface: StatementStopService
Used by the engine to indicate a statement stopped, invoking any callbacks registered.

Specified by:
fireStatementStopped in interface StatementStopService

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com