![]() |
Qore DataProvider Module Reference 2.7.1
|
This abstract class represents an observer that will get notified by the subject it observes. More...
#include <Observer.qc.dox.h>
Public Member Methods | |
| abstract | update (string event_id, hash< auto > data_) |
| This method is called when an event is raised. More... | |
This abstract class represents an observer that will get notified by the subject it observes.
|
pure virtual |
This method is called when an event is raised.
| event_id | unique ID identifying an event type or class |
| data_ | the data generated by the Observable event source |