Packageorg.purepdf.events
Classpublic class ElementEvent
InheritanceElementEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  success : Boolean
[read-only]
ElementEvent
Protected Properties
 PropertyDefined By
  _success : Boolean
ElementEvent
Public Methods
 MethodDefined By
  
ElementEvent(type:String, success:Boolean)
ElementEvent
  
clone():Event
[override]
ElementEvent
Public Constants
 ConstantDefined By
  ELEMENT_ADDED : String = elementAdded
[static]
ElementEvent
Property Detail
_successproperty
protected var _success:Boolean

successproperty 
success:Boolean  [read-only]


Implementation
    public function get success():Boolean
Constructor Detail
ElementEvent()Constructor
public function ElementEvent(type:String, success:Boolean)



Parameters
type:String
 
success:Boolean
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
ELEMENT_ADDEDConstant
public static const ELEMENT_ADDED:String = elementAdded