Package | org.alivepdf.events |
Class | public final class ProcessingEvent |
Inheritance | ProcessingEvent ![]() |
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)
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