Click or drag to resize

ConditionHandler Class

Interface for a handler registered with an engine instance to receive reported engine conditions.

Handle the engine condition as contained in the context object passed.

Inheritance Hierarchy
SystemMulticastDelegate
  com.espertech.esper.common.client.hook.conditionConditionHandler

Namespace:  com.espertech.esper.common.client.hook.condition
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class ConditionHandler : MulticastDelegate

The ConditionHandler type exposes the following members.

Constructors
  NameDescription
Public methodConditionHandler
Initializes a new instance of the ConditionHandler class
Top
Methods
See Also