DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Implementations of this interface handle the registration of events fired within the system. More...
Public Member Functions | |
void | RegisterEvent (IEvent @event) |
Adds the specified event object to the registry. More... | |
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.
void Deveel.Data.Diagnostics.IEventRegistry.RegisterEvent | ( | IEvent @ | event | ) |
Adds the specified event object to the registry.
event | The event object to be registered. |
Implemented in Deveel.Data.Diagnostics.EventRegistry.