| Package | org.alivepdf.events |
| Class | public final class ProcessingEvent |
| Inheritance | ProcessingEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| duration : Number | ProcessingEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ProcessingEvent(type:String, duration:Number = 0)
| ProcessingEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : String = "complete" [static]
| ProcessingEvent | ||
| PAGE_TREE : String = "pageTree" [static]
| ProcessingEvent | ||
| RESOURCES : String = "resources" [static]
| ProcessingEvent | ||
| STARTED : String = "started" [static]
| ProcessingEvent | ||
| duration | property |
public var duration:Number
| ProcessingEvent | () | constructor |
public function ProcessingEvent(type:String, duration:Number = 0)Parameters
type:String |
|
duration:Number (default = 0) |
| COMPLETE | constant |
public static const COMPLETE:String = "complete"
| PAGE_TREE | constant |
public static const PAGE_TREE:String = "pageTree"
| RESOURCES | constant |
public static const RESOURCES:String = "resources"
| STARTED | constant |
public static const STARTED:String = "started"