| Package | com.threerings.util |
| Class | public class ConfigValueSetEvent |
| Inheritance | ConfigValueSetEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| name : String The name of the config value set.
| ConfigValueSetEvent | ||
| value : Object The new value.
| ConfigValueSetEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ConfigValueSetEvent(name:String, value:Object)
| ConfigValueSetEvent | ||
|
clone():Event
| ConfigValueSetEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONFIG_VALUE_SET : String = "ConfigValSet" [static] The type of a ConfigValueSetEvent.
| ConfigValueSetEvent | ||
| name | property |
public var name:StringThe name of the config value set.
| value | property |
public var value:ObjectThe new value.
| ConfigValueSetEvent | () | constructor |
public function ConfigValueSetEvent(name:String, value:Object)Parameters
name:String |
|
value:Object |
| clone | () | method |
public override function clone():Event
Returns
Event |
| CONFIG_VALUE_SET | constant |
public static const CONFIG_VALUE_SET:String = "ConfigValSet"The type of a ConfigValueSetEvent.