Glossary:
com.pcbsys.nirvana.client.com.pcbsys.nirvana.client.nEventListener Interface Reference
This interface should be implemented by any object that wishes to register itself as an asynchronous subscriber to a nirvana channel or queue. More...
Inheritance diagram for com.pcbsys.nirvana.client.com.pcbsys.nirvana.client.nEventListener:

Public Member Functions | |
| void | go (nConsumeEvent evt) |
| This method is asynchronously called by the nirvana client API to deliver an event to a registered subscriber. | |
Detailed Description
This interface should be implemented by any object that wishes to register itself as an asynchronous subscriber to a nirvana channel or queue.Member Function Documentation
| void com.pcbsys.nirvana.client.com.pcbsys.nirvana.client.nEventListener.go | ( | nConsumeEvent | 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.
Implemented in com.pcbsys.nirvana.client.nConsumeEventFragmentReader, and com.pcbsys.nirvana.client.p2p.nServerService.
