Click or drag to resize

EPRuntimeStateListener Interface

A listener interface for callbacks regarding state changes.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public interface EPRuntimeStateListener

The EPRuntimeStateListener type exposes the following members.

Methods
  NameDescription
Public methodOnEPRuntimeDestroyRequested
Invoked before an is destroyed.
Public methodOnEPRuntimeInitialized
Invoked after an existing is initialized upon completion of a call to initialize.
Top
See Also