Qore DataProvider Module Reference
2.5
|
This abstract class represents an observer that will get notified by the subject it observes. More...
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.
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 |