Glossary:
j2meP2PClient.nEventListener Interface Reference
Nirvana j2me P2P Client API Package, incorporating Nirvana Peer 2 Peer functionality. More...Inherited by j2meP2PClient.nServiceWorker.
Public Member Functions | |
| void | go (nObject evt) |
| This method is asynchronously called by the nirvana client API to deliver an event to a registered subscriber. | |
Detailed Description
Nirvana j2me P2P Client API Package, incorporating Nirvana Peer 2 Peer functionality.This interface should be implemented by any object that wishes to register itself as a subscriber to a nirvana channel
Member Function Documentation
| void j2meP2PClient.nEventListener.go | ( | nObject | evt | ) |
This method is asynchronously called by the nirvana client API to deliver an event to a registered subscriber.
- Parameters:
-
evt The nConsumeEvent object specifying the event being delivered.
