Represents the behaviour when there are no listeners.
-> Default - does nothing if no listener is registered.
-> Error - throws if no one is listening.
-> ExactlyOneListener - throws if connect is called more than one time.

Enumeration Members

Enumeration Members

Default: 0
Error: 1
ExactlyOneListener: 2