com::pcbsys::nirvana::client::p2p::nEventServiceListener Class Referenceabstract

This interface enables the implementing class to be calledback when new events are received from the remote service. More...

#include <nEventServiceListener.h>

Inherits CountableObject.

Public Member Functions

virtual void receivedEvent (nConsumeEvent *pEvt)=0
 This function retrieves the nConsumeEvent from the remote service. More...
 

Detailed Description

This interface enables the implementing class to be calledback when new events are received from the remote service.

Member Function Documentation

virtual void com::pcbsys::nirvana::client::p2p::nEventServiceListener::receivedEvent ( nConsumeEvent pEvt)
pure virtual

This function retrieves the nConsumeEvent from the remote service.

Parameters
*pEvtAn event received from the remote service
See Also
nConsumeEvent