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

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

#import <CSClient.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - clientDidShutdown:
 Sent when the client has shut down. More...
 
(void) - client:didCreateUser:
 Sent when the client creates a new user. More...
 
(void) - client:didRemoveUser:
 Sent when the client removes an user. More...
 

Detailed Description

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

These methods are used to provide information about the lifecycle of the client and to delegate actions such as certificate trust evaluation.

Method Documentation

- (void) client: (CSClient *)  client
didCreateUser: (CSUser *)  user 

Sent when the client creates a new user.

Parameters
clientThe client sending the message.
userThe newly-created user.
- (void) client: (CSClient *)  client
didRemoveUser: (CSUser *)  user 

Sent when the client removes an user.

Parameters
clientThe client sending the message.
userThe removed user.
- (void) clientDidShutdown: (CSClient *)  client

Sent when the client has shut down.

Parameters
clientThe client sending the message.

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