| 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.BitEvent
Field Summary | ||
| public static | onClearClick: String | |
| Dispatched when a "clear" button is pressed in a SmartFoxBits component. | ||
| public static | onRoomChange: String | |
| Dispatched when the selected room in the SmartFoxBits' RoomList component has changed. | ||
| public static | onUserChange: String | |
| Dispatched when the selected user in the SmartFoxBits' UserList component has changed. | ||
Property Summary | ||
| public | params: Object (read, write) | |
| Object containing the parameters passed by the event. | ||
| ||
Constructor | ||
| BitEvent ( target: Object, type: String) | ||
| BitEvent class constructor. | ||
| public static var onClearClick: String |
| Dispatched when a "clear" button is pressed in a SmartFoxBits component. The params object doesn't contain parameters. |
| public static var onRoomChange: String |
| Dispatched when the selected room in the SmartFoxBits' RoomList component has changed. The params object contains the following parameters:
|
| public static var onUserChange: String |
| Dispatched when the selected user in the SmartFoxBits' UserList component has changed. The params object contains the following parameters:
|
|
| Object containing the parameters passed by the event. |
|
|
| BitEvent class constructor. |
|