Constructor SingleEventSubscriber
SingleEventSubscriber(Action<TSingleEvent>)
Initializes a new instance of the SingleEventSubscriber<TSingleEvent> class.
Parameters
handler
Action<TSingleEvent>The handler.
Initializes a new instance of the SingleEventSubscriber<TSingleEvent> class.
handler
Action<TSingleEvent>The handler.