Glossary:
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. | |
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:
-
evt An event received from the remote service
