Packagecom.swfwire.decompiler.events
Classpublic class AsyncSWFReaderEvent
InheritanceAsyncSWFReaderEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  context : SWFReaderContext
AsyncSWFReaderEvent
  result : SWFReadResult
AsyncSWFReaderEvent
Public Methods
 MethodDefined By
  
AsyncSWFReaderEvent(type:String, context:SWFReaderContext, result:SWFReadResult)
AsyncSWFReaderEvent
Public Constants
 ConstantDefined By
  READ_COMPLETE : String = readComplete
[static]
AsyncSWFReaderEvent
  TAG_READ : String = tagRead
[static]
AsyncSWFReaderEvent
Property Detail
contextproperty
public var context:SWFReaderContext

resultproperty 
public var result:SWFReadResult

Constructor Detail
AsyncSWFReaderEvent()Constructor
public function AsyncSWFReaderEvent(type:String, context:SWFReaderContext, result:SWFReadResult)



Parameters
type:String
 
context:SWFReaderContext
 
result:SWFReadResult
Constant Detail
READ_COMPLETEConstant
public static const READ_COMPLETE:String = readComplete

TAG_READConstant 
public static const TAG_READ:String = tagRead