Packagecom.threerings.util
Classpublic class ConfigValueSetEvent
InheritanceConfigValueSetEvent Inheritance flash.events.Event

Dispatched whenever a Config value is changed.



Public Properties
 PropertyDefined by
  name : String
The name of the config value set.
ConfigValueSetEvent
  value : Object
The new value.
ConfigValueSetEvent
Public Methods
 MethodDefined by
  
ConfigValueSetEvent(name:String, value:Object)
ConfigValueSetEvent
  
clone():Event
ConfigValueSetEvent
Public Constants
 ConstantDefined by
  CONFIG_VALUE_SET : String = "ConfigValSet"
[static] The type of a ConfigValueSetEvent.
ConfigValueSetEvent
Property detail
nameproperty
public var name:String

The name of the config value set.

valueproperty 
public var value:Object

The new value.

Constructor detail
ConfigValueSetEvent()constructor
public function ConfigValueSetEvent(name:String, value:Object)

Parameters
name:String
 
value:Object
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
CONFIG_VALUE_SETconstant
public static const CONFIG_VALUE_SET:String = "ConfigValSet"

The type of a ConfigValueSetEvent.