Represents an observable subject.
type IObservable<T> = interface(IInvokable) end;
The IObservable<T> type exposes the following members.
Represents method Attach(T).
Attach(T)
Represents method Detach(T).
Detach(T)
Represents method Notify.
Notify