11 template<
typename type_t>
Provides a mechanism for receiving push-based notifications.
Definition iobservable.h:155
virtual void subscribe(iobserver< type_t > &observer) noexcept=0
Notifies the provider that an observer is to receive notifications.
virtual void unsubscribe(iobserver< type_t > &observer) noexcept=0
Notifies the provider that an observer no longer wants to receive notifications.
Provides a mechanism for receiving push-based notifications.
Definition iobserver.h:154
#define interface_
This keyword is use to represent an interface.
Definition interface.h:58
Contains xtd::interface interface.
Contains xtd::iobserver interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::object class.