| Package | com.swfwire.decompiler.events |
| Class | public class AsyncSWFReaderEvent |
| Inheritance | AsyncSWFReaderEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| context : SWFReaderContext | AsyncSWFReaderEvent | ||
| result : SWFReadResult | AsyncSWFReaderEvent | ||
| Method | Defined By | ||
|---|---|---|---|
| AsyncSWFReaderEvent | |||
| Constant | Defined By | ||
|---|---|---|---|
| READ_COMPLETE : String = readComplete [static] | AsyncSWFReaderEvent | ||
| TAG_READ : String = tagRead [static] | AsyncSWFReaderEvent | ||
| context | property |
public var context:SWFReaderContext| result | property |
public var result:SWFReadResult| AsyncSWFReaderEvent | () | Constructor |
public function AsyncSWFReaderEvent(type:String, context:SWFReaderContext, result:SWFReadResult)type:String | |
context:SWFReaderContext | |
result:SWFReadResult |
| READ_COMPLETE | Constant |
public static const READ_COMPLETE:String = readComplete| TAG_READ | Constant |
public static const TAG_READ:String = tagRead