Packagecom.threerings.util
Classpublic class ValueEvent
InheritanceValueEvent Inheritance flash.events.Event
SubclassesNamedValueEvent

A handy event for simply dispatching a value associated with the event type.



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

The value.

valueproperty 
value:*  [read-only]

Accessor: get the value.

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

Construct the value event.

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

Returns
Event