com.pcbsys.nirvana.client.nNamedPriorityListener Interface Reference

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

Public Member Functions

void havePriority ()
 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