Highway Framework  Release 1.0.1.0
The fastest and smoothest way to great architecture
 All Classes Namespaces Functions Variables Properties Events
Public Member Functions | Properties
Highway.Data.Interfaces.IEventManager Interface Reference

The interface used to interact with the Event manager implementation for registration of Interceptors More...

Inheritance diagram for Highway.Data.Interfaces.IEventManager:
Highway.Data.EventManagement.EventManager

List of all members.

Public Member Functions

void Register< T > (IInterceptor< T > interceptor)
 Allows for the Registration of IInterceptorT objects that will hook to events in priority order

Properties

IObservableDataContext Context [get, set]
 A reference to context that allows for usaged and event wiring

Detailed Description

The interface used to interact with the Event manager implementation for registration of Interceptors


Member Function Documentation

void Highway.Data.Interfaces.IEventManager.Register< T > ( IInterceptor< T >  interceptor)

Allows for the Registration of IInterceptorT objects that will hook to events in priority order

Parameters:
interceptorThe interceptor to be registered to an event
Template Parameters:
TThe Event Args that the interceptor accepts

Implemented in Highway.Data.EventManagement.EventManager.

Type Constraints
T :System.EventArgs 

Property Documentation

IObservableDataContext Highway.Data.Interfaces.IEventManager.Context
getset

A reference to context that allows for usaged and event wiring

Implemented in Highway.Data.EventManagement.EventManager.


The documentation for this interface was generated from the following file: