| Package | com.swfwire.decompiler.events |
| Class | public class AsyncSWFWriterEvent |
| Inheritance | AsyncSWFWriterEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| context : SWFWriterContext | AsyncSWFWriterEvent | ||
| progress : Number = 0 | AsyncSWFWriterEvent | ||
| result : SWFWriteResult | AsyncSWFWriterEvent | ||
| Method | Defined By | ||
|---|---|---|---|
| AsyncSWFWriterEvent | |||
| Constant | Defined By | ||
|---|---|---|---|
| TAG_WRITTEN : String = tagWritten [static] | AsyncSWFWriterEvent | ||
| WRITE_COMPLETE : String = writeComplete [static] | AsyncSWFWriterEvent | ||
| context | property |
public var context:SWFWriterContext| progress | property |
public var progress:Number = 0| result | property |
public var result:SWFWriteResult| AsyncSWFWriterEvent | () | Constructor |
public function AsyncSWFWriterEvent(type:String, context:SWFWriterContext, result:SWFWriteResult, progress:Number)type:String | |
context:SWFWriterContext | |
result:SWFWriteResult | |
progress:Number |
| TAG_WRITTEN | Constant |
public static const TAG_WRITTEN:String = tagWritten| WRITE_COMPLETE | Constant |
public static const WRITE_COMPLETE:String = writeComplete