Interface IRouteEvents
Namespace: IRM.Domain
Assembly: IRM.dll
Syntax
public interface IRouteEvents
Methods
Dispatch(IEvent)
HasHandlerForEvent(Object)
HasHandlerForEvent(String)
Register(Object)
Register<T>(Action<T>)
Declaration
void Register<T>(Action<T> handler)
Parameters
System.Action<T>
handler
|
Type Parameters
T
|