Packagecom.whirled.contrib.avrg.probe
Classpublic class ButtonEvent
InheritanceButtonEvent Inheritance flash.events.Event

Sent when a click occurs in a Button. Invokes a named action in the listener.

See also

com.whirled.contrib.avrg.probe.Button


Public Properties
 PropertyDefined by
  action : String
[read-only] The action being invoked by this event.
ButtonEvent
Protected Properties
 PropertyDefined by
  _action : String
ButtonEvent
Public Methods
 MethodDefined by
  
ButtonEvent(type:String, action:String)
Constructs a new button event.
ButtonEvent
  
toString():String
ButtonEvent
Public Constants
 ConstantDefined by
  CLICK : String = "button.click"
[static] Event type for a button click.
ButtonEvent
Property detail
_actionproperty
protected var _action:String
actionproperty 
action:String  [read-only]

The action being invoked by this event.

Implementation
    public function get action():String
Constructor detail
ButtonEvent()constructor
public function ButtonEvent(type:String, action:String)

Constructs a new button event.

Parameters
type:String
 
action:String
Method detail
toString()method
public override function toString():String

Returns
String
Constant detail
CLICKconstant
public static const CLICK:String = "button.click"

Event type for a button click.