| Package | com.salesforce.events |
| Class | public class DebugEvent |
| Inheritance | DebugEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| debugString : String | DebugEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
DebugEvent(type:String, debugString:String = "empty")
| DebugEvent | ||
|
clone():Event
| DebugEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| DEBUG_EVENT : String = "debugEvent" [static]
| DebugEvent | ||
| debugString | property |
public var debugString:String
| DebugEvent | () | constructor |
public function DebugEvent(type:String, debugString:String = "empty")Parameters
type:String |
|
debugString:String (default = "empty") |
| clone | () | method |
public override function clone():Event
Returns
Event |
| DEBUG_EVENT | constant |
public static const DEBUG_EVENT:String = "debugEvent"