00001 // 00002 // INFSmartFoxISFSEvents.h 00003 // OkeyiPhoneClient 00004 // 00005 // Created by Cem Uzunlar | infosfer.com on 12/11/08. 00006 // Copyright 2008 Infosfer Game and Visualizaiton Technologies Ltd.. All rights reserved. 00007 // 00008 00009 @class INFSmartFoxSFSEvent; 00010 00011 @protocol INFSmartFoxISFSEvents <NSObject> 00012 00013 @optional 00014 00037 - (void)onAdminMessage:(INFSmartFoxSFSEvent *)evt; 00038 00079 - (void)onBuddyList:(INFSmartFoxSFSEvent *)evt; 00080 00101 - (void)onBuddyListError:(INFSmartFoxSFSEvent *)evt; 00102 00131 - (void)onBuddyListUpdate:(INFSmartFoxSFSEvent *)evt; 00132 00163 - (void)onBuddyPermissionRequest:(INFSmartFoxSFSEvent *)evt; 00164 00189 - (void)onBuddyRoom:(INFSmartFoxSFSEvent *)evt; 00190 00216 - (void)onConfigLoadFailure:(INFSmartFoxSFSEvent *)evt; 00217 00245 - (void)onConfigLoadSuccess:(INFSmartFoxSFSEvent *)evt; 00246 00274 - (void)onConnection:(INFSmartFoxSFSEvent *)evt; 00275 00297 - (void)onConnectionLost:(INFSmartFoxSFSEvent *)evt; 00298 00326 - (void)onCreateRoomError:(INFSmartFoxSFSEvent *)evt; 00327 00351 - (void)onDebugMessage:(INFSmartFoxSFSEvent *)evt; 00352 00398 - (void)onExtensionResponse:(INFSmartFoxSFSEvent *)evt; 00399 00426 - (void)onJoinRoom:(INFSmartFoxSFSEvent *)evt; 00427 00452 - (void)onJoinRoomError:(INFSmartFoxSFSEvent *)evt; 00453 00484 - (void)onLogin:(INFSmartFoxSFSEvent *)evt; 00485 00511 - (void)onLogout:(INFSmartFoxSFSEvent *)evt; 00512 00538 - (void)onModMessage:(INFSmartFoxSFSEvent *)evt; 00539 00565 - (void)onObjectReceived:(INFSmartFoxSFSEvent *)evt; 00566 00596 - (void)onPrivateMessage:(INFSmartFoxSFSEvent *)evt; 00597 00624 - (void)onPublicMessage:(INFSmartFoxSFSEvent *)evt; 00625 00648 - (void)onRandomKey:(INFSmartFoxSFSEvent *)evt; 00649 00680 - (void)onRoomAdded:(INFSmartFoxSFSEvent *)evt; 00681 00705 - (void)onRoomDeleted:(INFSmartFoxSFSEvent *)evt; 00706 00727 - (void)onRoomLeft:(INFSmartFoxSFSEvent *)evt; 00728 00757 - (void)onRoomListUpdate:(INFSmartFoxSFSEvent *)evt; 00758 00788 - (void)onRoomVariablesUpdate:(INFSmartFoxSFSEvent *)evt; 00789 00826 - (void)onRoundTripResponse:(INFSmartFoxSFSEvent *)evt; 00827 00858 - (void)onSpectatorSwitched:(INFSmartFoxSFSEvent *)evt; 00859 00891 - (void)onUserCountChange:(INFSmartFoxSFSEvent *)evt; 00892 00916 - (void)onUserEnterRoom:(INFSmartFoxSFSEvent *)evt; 00917 00942 - (void)onUserLeaveRoom:(INFSmartFoxSFSEvent *)evt; 00943 00977 - (void)onUserVariablesUpdate:(INFSmartFoxSFSEvent *)evt; 00978 00979 @end
1.5.8