| Package | org.springextensions.actionscript.config |
| SVN browsing | AppSettingsEvent.as |
| Fisheye | AppSettingsEvent.as |
| Class | public class AppSettingsEvent |
| Inheritance | AppSettingsEvent flash.events.Event |
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Property | Defined by | ||
|---|---|---|---|
| key : String
The app settings key to which this event refers.
| AppSettingsEvent | ||
| value : *
The app settings value to which this event refers.
| AppSettingsEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
AppSettingsEvent(type:String, key:String, value:Boolean, bubbles:Boolean = false, cancelable:* = false)
Constructs a new
AppSettingsEvent instance. | AppSettingsEvent | ||
|
clone():Event
Returns an exact copy of the current
AppSettingsEvent instance. | AppSettingsEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ADD : String = "AppSettings_Add" [static]
Defines the value of the type property of a
AppSettingsEvent.ADD event object. | AppSettingsEvent | ||
| CHANGE : String = "AppSettings_Change" [static]
Defines the value of the type property of a
AppSettingsEvent.CHANGE event object. | AppSettingsEvent | ||
| CLEAR : String = "AppSettings_Clear" [static]
Defines the value of the type property of a
AppSettingsEvent.CLEAR event object. | AppSettingsEvent | ||
| DELETE : String = "AppSettings_Delete" [static]
Defines the value of the type property of a
AppSettingsEvent.DELETE event object. | AppSettingsEvent | ||
| LOAD : String = "AppSettings_Load" [static]
Defines the value of the type property of a
AppSettingsEvent.LOAD event object. | AppSettingsEvent | ||
| key | property |
public var key:StringThe app settings key to which this event refers.
| value | property |
public var value:*The app settings value to which this event refers.
| AppSettingsEvent | () | constructor |
public function AppSettingsEvent(type:String, key:String, value:Boolean, bubbles:Boolean = false, cancelable:* = false)
Constructs a new AppSettingsEvent instance.
type:String |
|
key:String |
|
value:Boolean |
|
bubbles:Boolean (default = false) |
|
cancelable:* (default = false) |
| clone | () | method |
public override function clone():Event
Returns an exact copy of the current AppSettingsEvent instance.
Event |
| ADD | constant |
public static const ADD:String = "AppSettings_Add"
Defines the value of the type property of a AppSettingsEvent.ADD event object.
| CHANGE | constant |
public static const CHANGE:String = "AppSettings_Change"
Defines the value of the type property of a AppSettingsEvent.CHANGE event object.
| CLEAR | constant |
public static const CLEAR:String = "AppSettings_Clear"
Defines the value of the type property of a AppSettingsEvent.CLEAR event object.
| DELETE | constant |
public static const DELETE:String = "AppSettings_Delete"
Defines the value of the type property of a AppSettingsEvent.DELETE event object.
| LOAD | constant |
public static const LOAD:String = "AppSettings_Load"
Defines the value of the type property of a AppSettingsEvent.LOAD event object.