Packagecom.pcbsys.nirvana.client
Interfacepublic interface nRegisteredEventListener extends nEventListener

This interface should be implemented by any object that wishes to register itself as an asynchronous subscriber and receive update events and complete merged events from a registered event Depreciated as of Version 6.0, use a standard nEventProperties merge if you wish to have complete messages.

See also



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

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

Parameters
evt:nConsumeEvent — The nConsumeEvent object specifying the event being delivered.