DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | List of all members
Deveel.Data.Diagnostics.IEventRegistry Interface Reference

Implementations of this interface handle the registration of events fired within the system. More...

Inheritance diagram for Deveel.Data.Diagnostics.IEventRegistry:
Deveel.Data.Diagnostics.EventRegistry

Public Member Functions

void RegisterEvent (IEvent @event)
 Adds the specified event object to the registry. More...
 

Detailed Description

Implementations of this interface handle the registration of events fired within the system.

It is delegated to the implementation of the registry to handle the first instance of the event passed: this can be the storage of given types of event data, or routing other events.

Definition at line 32 of file IEventRegistry.cs.

Member Function Documentation

void Deveel.Data.Diagnostics.IEventRegistry.RegisterEvent ( IEvent event)

Adds the specified event object to the registry.

Parameters
eventThe event object to be registered.

Implemented in Deveel.Data.Diagnostics.EventRegistry.


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