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

This interface should be implemented by any object that wishes to register itself as an asynchronous subscriber and only receive update events only 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