Avaya Client Services API Reference (OS X)
Instance Methods | List of all members
<CSQueueStatisticsDelegate> Protocol Reference

Describes methods that are implemented by the delegate of a CSQueueStatistics. More...

#import <CSQueueStatistics.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - queueStatistics:didChangeActiveStatus:
 Sent when the queue monitoring operation has been started or stopped. More...
 
(void) - queueStatistics:didChangeSkillName:
 Sent when the skill name has been changed. More...
 
(void) - queueStatisticsDidUpdateInformation:
 Sent when queue statistics information is updated. More...
 

Detailed Description

Describes methods that are implemented by the delegate of a CSQueueStatistics.

Method Documentation

- (void) queueStatistics: (CSQueueStatistics *)  queueStatistics
didChangeActiveStatus: (BOOL)  isActive 

Sent when the queue monitoring operation has been started or stopped.

Parameters
queueStatisticsThe queue statistics sending the message.
isActiveThe queue statistics status.
- (void) queueStatistics: (CSQueueStatistics *)  queueStatistics
didChangeSkillName: (NSString *)  skillName 

Sent when the skill name has been changed.

Parameters
queueStatisticsThe queue statistics sending the message.
skillNameThe new skill name.
- (void) queueStatisticsDidUpdateInformation: (CSQueueStatistics *)  queueStatistics

Sent when queue statistics information is updated.

Parameters
queueStatisticsThe queue statistics sending the message.

The documentation for this protocol was generated from the following file: