Previous | Next | Frames | No Frames |
Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--it.gotoandplay.smartfoxbits.events.BaseEvent | +--it.gotoandplay.smartfoxbits.events.SFSEvent
Field Summary | ||
public static | onAdminMessage: String | |
Dispatched when a message from the Administrator is received. | ||
public static | onBuddyList: String | |
Dispatched when the buddy list is received. | ||
public static | onBuddyListError: String | |
Dispatched when an error occurs while loading the buddy list. | ||
public static | onBuddyListUpdate: String | |
Dispatched when the status of a buddy in the buddy list changes. | ||
public static | onBuddyRoom: String | |
Dispatched when a response to the SmartFoxClient.getBuddyRoom() request is received. | ||
public static | onConnection: String | |
Dispatched when the connection to SmartFoxServer succeeded or failed. | ||
public static | onConnectionLost: String | |
Dispatched when the connection with SmartFoxServer is lost. | ||
public static | onCreateRoomError: String | |
Dispatched when an error occurs during the creation of a room. | ||
public static | onDebugMessage: String | |
Dispatched when a debug message is traced by the SmartFoxServer API. | ||
public static | onExtensionResponse: String | |
Dispatched when a response from a server-side extension is received. | ||
public static | onJoinRoom: String | |
Dispatched when a room is joined successfully. | ||
public static | onJoinRoomError: String | |
Dispatched when an error occurs while joining a room. | ||
public static | onLogin: String | |
Dispatched after the login to SmartFoxServer has been attempted. | ||
public static | onLogout: String | |
Dispatched after the user logged out successfully. | ||
public static | onModeratorMessage: String | |
Dispatched when a message from a Moderator is received. | ||
public static | onObjectReceived: String | |
Dispatched when an Actionscript object is received. | ||
public static | onPrivateMessage: String | |
Dispatched when a private message is received. | ||
public static | onPublicMessage: String | |
Dispatched when a public message is received. | ||
public static | onRandomKey: String | |
Dispatched when a response to the SmartFoxClient.getRandomKey() request is received. | ||
public static | onRoomAdded: String | |
Dispatched when a new room is created. | ||
public static | onRoomDeleted: String | |
Dispatched when a room is removed. | ||
public static | onRoomLeft: String | |
Dispatched when a room is left in multi-room mode, in response of a SmartFoxClient.leaveRoom() request. | ||
public static | onRoomListUpdate: String | |
Dispatched when the list of rooms available in the Zone is received. | ||
public static | onRoomVariablesUpdate: String | |
Dispatched when room variables are updated in a certain room. | ||
public static | onRoundTripResponse: String | |
Dispatched when a response to the SmartFoxClient.roundTripBench() request is received. | ||
public static | onSpectatorSwitched: String | |
Dispatched when a response to the SmartFoxClient.switchSpectator() request is received. | ||
public static | onUserCountChange: String | |
Dispatched when the user/spectator count of a room changed. | ||
public static | onUserEnterRoom: String | |
Dispatched when a user joins the current room. | ||
public static | onUserLeaveRoom: String | |
Dispatched when a user leaves the current room. | ||
public static | onUserVariablesUpdate: String | |
Dispatched when a user updates his/her User Variables. | ||
Property Summary | ||
public | params: Object (read, write) | |
Object containing the parameters passed by the event. | ||
| ||
Constructor | ||
SFSEvent ( target: Object, type: String) | ||
SFSEvent class constructor. | ||
Method Summary | ||
public static | createNewEvent ( type: String, args: Array, target: Object ): SFSEvent | |
Dynamically create an SFSEvent from an old-style SmartFoxServer event. | ||
public static var onAdminMessage: String |
Dispatched when a message from the Administrator is received. |
public static var onBuddyList: String |
Dispatched when the buddy list is received. The params object contains the following parameters:
|
public static var onBuddyListError: String |
Dispatched when an error occurs while loading the buddy list. |
public static var onBuddyListUpdate: String |
Dispatched when the status of a buddy in the buddy list changes. The params object contains the following parameters:
|
public static var onBuddyRoom: String |
Dispatched when a response to the SmartFoxClient.getBuddyRoom() request is received. The params object contains the following parameters:
|
public static var onConnection: String |
Dispatched when the connection to SmartFoxServer succeeded or failed. The params object contains the following parameters:
|
public static var onConnectionLost: String |
Dispatched when the connection with SmartFoxServer is lost. No parameters are available. |
public static var onCreateRoomError: String |
Dispatched when an error occurs during the creation of a room. |
public static var onDebugMessage: String |
Dispatched when a debug message is traced by the SmartFoxServer API. The params object contains the following parameters:
|
public static var onExtensionResponse: String |
Dispatched when a response from a server-side extension is received. The params object contains the following parameters:
|
public static var onJoinRoom: String |
Dispatched when a room is joined successfully. The params object contains the following parameters:
|
public static var onJoinRoomError: String |
Dispatched when an error occurs while joining a room. |
public static var onLogin: String |
Dispatched after the login to SmartFoxServer has been attempted. The params object contains the following parameters:
|
public static var onLogout: String |
Dispatched after the user logged out successfully. No parameters are available. |
public static var onModeratorMessage: String |
Dispatched when a message from a Moderator is received. The params object contains the following parameters:
|
public static var onObjectReceived: String |
Dispatched when an Actionscript object is received. The params object contains the following parameters:
|
public static var onPrivateMessage: String |
Dispatched when a private message is received. The params object contains the following parameters:
|
public static var onPublicMessage: String |
Dispatched when a public message is received. The params object contains the following parameters:
|
public static var onRandomKey: String |
Dispatched when a response to the SmartFoxClient.getRandomKey() request is received. The params object contains the following parameters:
|
public static var onRoomAdded: String |
Dispatched when a new room is created. The params object contains the following parameters:
|
public static var onRoomDeleted: String |
Dispatched when a room is removed. The params object contains the following parameters:
|
public static var onRoomLeft: String |
Dispatched when a room is left in multi-room mode, in response of a SmartFoxClient.leaveRoom() request. The params object contains the following parameters:
|
public static var onRoomListUpdate: String |
Dispatched when the list of rooms available in the Zone is received. The params object contains the following parameters:
|
public static var onRoomVariablesUpdate: String |
Dispatched when room variables are updated in a certain room. A client receives these notifications only from the room(s) where he/she is currently logged in. Also, only the variables that changed are transmitted. The params object contains the following parameters:
|
public static var onRoundTripResponse: String |
Dispatched when a response to the SmartFoxClient.roundTripBench() request is received. The params object contains the following parameters:
|
public static var onSpectatorSwitched: String |
Dispatched when a response to the SmartFoxClient.switchSpectator() request is received. The params object contains the following parameters:
|
public static var onUserCountChange: String |
Dispatched when the user/spectator count of a room changed. The params object contains the following parameters:
|
public static var onUserEnterRoom: String |
Dispatched when a user joins the current room. The params object contains the following parameters:
|
public static var onUserLeaveRoom: String |
Dispatched when a user leaves the current room. The params object contains the following parameters:
|
public static var onUserVariablesUpdate: String |
Dispatched when a user updates his/her User Variables. The params object contains the following parameters:
|
|
Object containing the parameters passed by the event. |
|
|
SFSEvent class constructor. |
|
|
Dynamically create an SFSEvent from an old-style SmartFoxServer event. | |||||||||
|