| Package | funit.listeners.events |
| Class | public class TestOutputEvent |
| Inheritance | TestOutputEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| output : TestOutput | TestOutputEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TestOutputEvent(type:String, output:TestOutput)
| TestOutputEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| TEST_OUTPUT : String = "testOutput" [static]
| TestOutputEvent | ||
| output | property |
public var output:TestOutput
| TestOutputEvent | () | constructor |
public function TestOutputEvent(type:String, output:TestOutput)Parameters
type:String |
|
output:TestOutput |
| TEST_OUTPUT | constant |
public static const TEST_OUTPUT:String = "testOutput"