com.pcbsys.nirvana.client.p2p.nEventServiceListener Interface Reference

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

Public Member Functions

void receivedEvent (nConsumeEvent evt)
 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

void com.pcbsys.nirvana.client.p2p.nEventServiceListener.receivedEvent ( nConsumeEvent  evt)

This function retrieves the nConsumeEvent from the remote service.

Parameters
evtAn event received from the remote service
See Also
nConsumeEvent