![]() |
Qore DataProvider Module Reference 3.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. | |
This abstract class represents an observer that will get notified by the subject it observes.
abstract DataProvider::Observer::update | ( | string | event_id, |
hash< auto > | data_ | ||
) |
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 |