11  template<
typename type_t>
 
Provides a mechanism for receiving push-based notifications.
Definition iobservable.hpp: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.hpp:154
 
#define interface_
This keyword is use to represent an interface.
Definition interface.hpp: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.hpp:10
 
Contains xtd::object class.