Dispatches events from various source classes to direct handlers and plug-in DLLs (Configuration.EventHandlerAssemblyPath).
| C# | Visual Basic | Visual C++ |
public class CentralEventDispatcher : IEventDispatcher
Public Class CentralEventDispatcher _ Implements IEventDispatcher
public ref class CentralEventDispatcher : IEventDispatcher
| All Members | Constructors | Methods | Events | ||
| Icon | Member | Description |
|---|---|---|
| CentralEventDispatcher(Configuration) |
New instance
| |
| Action |
Event fired when an action is being performed.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NeedObject |
Event fired when the search engine needs a new object.
| |
| RaiseAction(Object, ActionEventArgs) |
Raises the Action event
| |
| RaiseNeedObject(Object, NeedObjectEventArgs) |
Raises the need object event for an event source
| |
| ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
| Object | |
| CentralEventDispatcher | |