Class InitBuddyListRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.buddylist.InitBuddyListRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class InitBuddyListRequest extends BaseRequest
Initializes the Buddy List system on the current client.

Buddy List system initialization involves loading any previously stored buddy-specific data from the server, such as the current user's buddies list, his previous state and the persistent Buddy Variables. The initialization request is the first operation to be executed in order to be able to use the Buddy List system features. Once the initialization is completed, the buddyListInit event is fired and the user has access to all his previously set data and can start to interact with his buddies; if the initialization failed, a buddyError event is fired.

See Also: