Packageorg.springextensions.actionscript.config
SVN browsingAppSettingsEvent.as
FisheyeAppSettingsEvent.as
Classpublic class AppSettingsEvent
InheritanceAppSettingsEvent Inheritance flash.events.Event

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 Properties
 PropertyDefined by
  key : String
The app settings key to which this event refers.
AppSettingsEvent
  value : *
The app settings value to which this event refers.
AppSettingsEvent
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Property detail
keyproperty
public var key:String

The app settings key to which this event refers.

valueproperty 
public var value:*

The app settings value to which this event refers.

Constructor detail
AppSettingsEvent()constructor
public function AppSettingsEvent(type:String, key:String, value:Boolean, bubbles:Boolean = false, cancelable:* = false)

Constructs a new AppSettingsEvent instance.

Parameters
type:String
 
key:String
 
value:Boolean
 
bubbles:Boolean (default = false)
 
cancelable:* (default = false)
Method detail
clone()method
public override function clone():Event

Returns an exact copy of the current AppSettingsEvent instance.

Returns
Event
Constant detail
ADDconstant
public static const ADD:String = "AppSettings_Add"

Defines the value of the type property of a AppSettingsEvent.ADD event object.

CHANGEconstant 
public static const CHANGE:String = "AppSettings_Change"

Defines the value of the type property of a AppSettingsEvent.CHANGE event object.

CLEARconstant 
public static const CLEAR:String = "AppSettings_Clear"

Defines the value of the type property of a AppSettingsEvent.CLEAR event object.

DELETEconstant 
public static const DELETE:String = "AppSettings_Delete"

Defines the value of the type property of a AppSettingsEvent.DELETE event object.

LOADconstant 
public static const LOAD:String = "AppSettings_Load"

Defines the value of the type property of a AppSettingsEvent.LOAD event object.