| Package | sandy.events |
| Class | public class BubbleEvent |
| Inheritance | BubbleEvent flash.events.Event |
| Subclasses | Shape3DEvent |
See also
| Property | Defined by | ||
|---|---|---|---|
| target : Object [read-only]
The event target.
| BubbleEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
BubbleEvent(e:String, oT:Object)
Creates a new BubbleEvent instance.
| BubbleEvent | ||
|
toString():String
Returns the string representation of the event.
| BubbleEvent | ||
| target | property |
target:Object [read-only]The event target.
Implementation public function get target():Object
| BubbleEvent | () | constructor |
public function BubbleEvent(e:String, oT:Object)Creates a new BubbleEvent instance.
Parameterse:String — A name for the event.
|
|
oT:Object — The event target.
|
var e:BubbleEvent = new BubbleEvent(MyClass.onSomething, this);
| toString | () | method |
public override function toString():StringReturns the string representation of the event.
ReturnsString — String representation of this instance.
|