Packagecom.adobe.mediacore.events
Classpublic class ContentResolverEvent
InheritanceContentResolverEvent Inheritance flash.events.Event

Event dispatched by the content resolver once the resolving operation is completed.

See also

com.adobe.mediacore.timeline.ContentResolver


Public Properties
 PropertyDefined By
  opportunity : Opportunity
[read-only] The opportunity associated with this event.
ContentResolverEvent
  proposals : Vector.<TimelineOperation>
[read-only] The list of timeline operations, if the resolving was successfully completed.
ContentResolverEvent
Public Methods
 MethodDefined By
  
ContentResolverEvent(type:String, bubbles:Boolean, cancelable:Boolean, opportunity:Opportunity, proposals:Vector.<TimelineOperation>)
Constructor.
ContentResolverEvent
  
clone():Event
[override]
ContentResolverEvent
  
[static]
ContentResolverEvent
Public Constants
 ConstantDefined By
  RESOLVING_COMPLETED : String = contentResolvingCompleted
[static] Event dispatched when the content resolving was completed successfully.
ContentResolverEvent
Property Detail
opportunityproperty
opportunity:Opportunity  [read-only]

The opportunity associated with this event.


Implementation
    public function get opportunity():Opportunity
proposalsproperty 
proposals:Vector.<TimelineOperation>  [read-only]

The list of timeline operations, if the resolving was successfully completed.


Implementation
    public function get proposals():Vector.<TimelineOperation>
Constructor Detail
ContentResolverEvent()Constructor
public function ContentResolverEvent(type:String, bubbles:Boolean, cancelable:Boolean, opportunity:Opportunity, proposals:Vector.<TimelineOperation>)

Constructor.

Parameters
type:String — The type of the event.
 
bubbles:Boolean — Specifies whether the event can bubble up the display list hierarchy.
 
cancelable:Boolean — Specifies whether the behavior associated with the event can be prevented.
 
opportunity:Opportunity — The opportunity for which the resolving process was started.
 
proposals:Vector.<TimelineOperation> — The list of timeline operations if the resolving process was successful.
Method Detail
clone()method
override public function clone():Event

Returns
Event
createCompleted()method 
public static function createCompleted(opportunity:Opportunity, proposals:Vector.<TimelineOperation>):ContentResolverEvent

Parameters

opportunity:Opportunity
 
proposals:Vector.<TimelineOperation>

Returns
ContentResolverEvent
Constant Detail
RESOLVING_COMPLETEDConstant
public static const RESOLVING_COMPLETED:String = contentResolvingCompleted

Event dispatched when the content resolving was completed successfully.