Glossary:
com.pcbsys.nirvana.client.p2p.nEventServiceListener Class Reference
This interface enables the implementing class to be calledback when new events are received from the remote service. More...
#include <nEventServiceListener.h>
Public Member Functions | |
| virtual void | receivedEvent (nConsumeEvent *pEvt)=0 |
| This function retrieves the nConsumeEvent from the remote service. | |
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:
-
*pEvt An event received from the remote service
- See also:
- nConsumeEvent
