Packagecom.distriqt.extension.webp.events
Classpublic class WebPLoaderEvent
InheritanceWebPLoaderEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  data : WebPData
Contains the decoded WebP file data.
WebPLoaderEvent
Public Methods
 MethodDefined By
  
WebPLoaderEvent(type:String, webpData:WebPData, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
WebPLoaderEvent
  
clone():Event
[override]
WebPLoaderEvent
Public Constants
 ConstantDefined By
  COMPLETE : String = complete
[static] Dispatched when the load operation is completed and the decoded WebP data is available.
WebPLoaderEvent
Property Detail
dataproperty
public var data:WebPData

Contains the decoded WebP file data.

Constructor Detail
WebPLoaderEvent()Constructor
public function WebPLoaderEvent(type:String, webpData:WebPData, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
webpData:WebPData
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
COMPLETEConstant
public static const COMPLETE:String = complete

Dispatched when the load operation is completed and the decoded WebP data is available. data will contain valid information about the decoded file.