ListenerStack<'T>
Intended for use as a singleton, to allow broadcasting events to the listeners at the top of the stack, per-thread
Constructors
Constructor | Description |
new()
Signature:unit -> ListenerStack<'T>
|
Instance members
Instance member | Description |
Notify(obs)
Signature:obs:'T -> unit
|
|
Pop()
Signature:unit -> Action<'T>
|
|
Push(listener)
Signature:listener:Action<'T> -> unit
|