Click or drag to resize

ContextStateListener Interface

Listener for event in respect to context management. See @link{ for partition state.}

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface ContextStateListener

The ContextStateListener type exposes the following members.

Methods
  NameDescription
Public methodOnContextCreated
Invoked when a new context is created.
Public methodOnContextDestroyed
Invoked when a context is destroyed.
Top
See Also