An AppSettings event object that contains information about the key and
value that caused the event.
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
public var key:String
public var value:*
public function AppSettingsEvent(type:String, key:String, value:Boolean, bubbles:Boolean = false, cancelable:* = false)
Constructs a new AppSettingsEvent.
Parameters
| type:String |
| |
| key:String |
| |
| value:Boolean |
| |
| bubbles:Boolean (default = false) |
| |
| cancelable:* (default = false) |
public static const ADD:String = "AppSettings_Add"
public static const CHANGE:String = "AppSettings_Change"
public static const CLEAR:String = "AppSettings_Clear"
public static const DELETE:String = "AppSettings_Delete"
public static const LOAD:String = "AppSettings_Load"
Spring ActionScript 0.7 - 2009