TObservable<T> Class
Represents type TObservable<T>
.
TInterfacedObject
Spring.DesignPatterns.TObservable<T>
Spring.DesignPatterns.TObservable<T>
type TObservable<T> = class(TInterfacedObject, IObservable<T>) end;
Type Parameters
- T
The TObservable<T> type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | Create | Initializes a new instance of the TObservable<T> class. |
![]() | Destroy | Represents the destructor of the TObservable<T> class. |
Show:
Name | Description | |
---|---|---|
![]() | Attach(T) | Represents method |
![]() | Detach(T) | Represents method |
![]() | DoNotify(T) | Represents method |
![]() | Notify | Represents method |