Packagecom.threerings.util
Classpublic class NamedValueEvent
InheritanceNamedValueEvent Inheritance ValueEvent Inheritance flash.events.Event

A handy event for dispatching a name/value pair associated with the event type.



Public Properties
 PropertyDefined by
  name : String
[read-only] Accessor: get the name.
NamedValueEvent
 Inheritedvalue : *
Accessor: get the value.
ValueEvent
Protected Properties
 PropertyDefined by
  _name : String
The name.
NamedValueEvent
 Inherited_value : *
The value.
ValueEvent
Public Methods
 MethodDefined by
  
NamedValueEvent(type:String, name:String, value:Boolean, bubbles:Boolean = false, cancelable:* = false)
Construct the name/value event.
NamedValueEvent
  
clone():Event
NamedValueEvent
Property detail
_nameproperty
protected var _name:String

The name.

nameproperty 
name:String  [read-only]

Accessor: get the name.

Implementation
    public function get name():String
Constructor detail
NamedValueEvent()constructor
public function NamedValueEvent(type:String, name:String, value:Boolean, bubbles:Boolean = false, cancelable:* = false)

Construct the name/value event.

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

Returns
Event