34 abstract
update(
string event_id, hash<auto> data_);
This abstract class represents an observer that will get notified by the subject it observes.
Definition Observer.qc.dox.h:26
abstract update(string event_id, hash< auto > data_)
This method is called when an event is raised.
Qore AbstractDataField class definition.
Definition AbstractDataField.qc.dox.h:27