com::pcbsys::nirvana::client::nNamedPriorityListener Class Referenceabstract

This interface should be implemented by any object that requires a callback when the subscription to a channel with a named object and priority enabled reaches the top. More...

#include <nNamedPriorityListener.h>

Public Member Functions

virtual void havePriority ()=0
 This callback is called asynchronously from the server when the client has priority on the channel/named object subscription.
 

Detailed Description

This interface should be implemented by any object that requires a callback when the subscription to a channel with a named object and priority enabled reaches the top.

After this callback is called the client can expect to receive events from the channel

See Also
nNamedObject
nChannel