| Package | com.whirled.contrib.avrg.probe |
| Class | public class ButtonEvent |
| Inheritance | ButtonEvent flash.events.Event |
Button. Invokes a named action in the listener.
See also
| Property | Defined by | ||
|---|---|---|---|
| action : String [read-only]
The action being invoked by this event.
| ButtonEvent | ||
| Property | Defined by | ||
|---|---|---|---|
| _action : String | ButtonEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ButtonEvent(type:String, action:String)
Constructs a new button event.
| ButtonEvent | ||
|
toString():String
| ButtonEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CLICK : String = "button.click" [static] Event type for a button click.
| ButtonEvent | ||
| _action | property |
protected var _action:String
| action | property |
action:String [read-only]The action being invoked by this event.
Implementation public function get action():String
| ButtonEvent | () | constructor |
public function ButtonEvent(type:String, action:String)Constructs a new button event.
Parameterstype:String |
|
action:String |
| toString | () | method |
public override function toString():StringReturns
String |
| CLICK | constant |
public static const CLICK:String = "button.click"Event type for a button click.