Glossary:
j2meP2PClient.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 (nObject 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 j2meP2PClient.nEventServiceListener.receivedEvent | ( | nObject | evt | ) |
This function retrieves the nConsumeEvent from the remote service.
- Parameters:
-
evt An event received from the remote service
- See also:
- nConsumeEvent
