com::pcbsys::nirvana::client::nRegisteredEventUpdateListener Class Reference

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. More...

#include <nRegisteredEventUpdateListener.h>

Inheritance diagram for com::pcbsys::nirvana::client::nRegisteredEventUpdateListener:
com::pcbsys::nirvana::client::nEventListener

Additional Inherited Members

- Public Member Functions inherited from com::pcbsys::nirvana::client::nEventListener
virtual void go (nConsumeEvent *pEvt)=0
 This method is asynchronously called by the nirvana client API to deliver an event to a registered subscriber. More...
 

Detailed Description

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.

See Also
nConsumeEvent
nChannel
Deprecated:
As of version 6.0 the updates are delivered to the standard nEventListener