Table of Contents

Interface IEventCoordinator

Namespace
Ceres.Events
Assembly
Ceres.dll

Interface for specified event processing environment

public interface IEventCoordinator

Properties

EventDispatcher

Get coordinator's dispatcher

EventDispatcher EventDispatcher { get; }

Property Value

EventDispatcher

Methods

GetCallbackEventHandler()

Get coordinator's default event handler

CallbackEventHandler GetCallbackEventHandler()

Returns

CallbackEventHandler