com.pcbsys.nirvana.client.nRegisteredEventUpdateListener Interface 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...

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
void go (com.pcbsys.nirvana.client.nConsumeEvent evt)
 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