Packagecom.pcbsys.nirvana.client
Interfacepublic interface nEventListener
Implementors nEventListenerHelper, nService

This interface should be implemented by any object that wishes to register itself as a subscriber to a nirvana channel or queue



Public Methods
 MethodDefined By
  
go(event:*):void
This method is asynchronously called by the nirvana client API to deliver an event to a registered subscriber.
nEventListener
Method Detail
go()method
public function go(event:*):void

This method is asynchronously called by the nirvana client API to deliver an event to a registered subscriber.

Parameters
event:* — The nConsumeEvent object specifying the event being delivered or a Error if the server raises one.