|
BLPAPI C++
3.24.5
|
#include <blpapi_providersession.h>
Public Member Functions | |
| virtual | ~ProviderEventHandler () |
| virtual bool | processEvent (const Event &event, ProviderSession *session)=0 |
|
virtual |
|
pure virtual |
An implementation of processEvent should process the specified event which originates from the specified session. The return value is ignored.
If the application wishes to further process the messages in the event after returning from the processEvent() call, the application must make a copy of the event to ensure the underlying data is not freed.