Packageorg.springextensions.actionscript.config
Interfacepublic interface IAppSettingsListener

By implementing this interface, a type can be added as a listener to the AppSettings class and receive notifications when the keys or values are modified.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Methods
 MethodDefined by
  
Invoked when a new setting is added.
IAppSettingsListener
  
Invoked when the value of a setting is changed.
IAppSettingsListener
  
Invoked when all settings are removed.
IAppSettingsListener
  
Invoked when a setting is deleted.
IAppSettingsListener
  
Invoked when the settings are loaded from an external source.
IAppSettingsListener
Method detail
AppSettings_Add()method
public function AppSettings_Add(event:AppSettingsEvent):void

Invoked when a new setting is added.

Parameters
event:AppSettingsEvent
AppSettings_Change()method 
public function AppSettings_Change(event:AppSettingsEvent):void

Invoked when the value of a setting is changed.

Parameters
event:AppSettingsEvent
AppSettings_Clear()method 
public function AppSettings_Clear(event:AppSettingsEvent):void

Invoked when all settings are removed.

Parameters
event:AppSettingsEvent
AppSettings_Delete()method 
public function AppSettings_Delete(event:AppSettingsEvent):void

Invoked when a setting is deleted.

Parameters
event:AppSettingsEvent
AppSettings_Load()method 
public function AppSettings_Load(event:AppSettingsEvent):void

Invoked when the settings are loaded from an external source.

Parameters
event:AppSettingsEvent