Package | com.adobe.mediacore.events |
Class | public class ContentResolverEvent |
Inheritance | ContentResolverEvent ![]() |
See also
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
ContentResolverEvent(type:String, bubbles:Boolean, cancelable:Boolean, opportunity:Opportunity, proposals:Vector.<TimelineOperation>)
Constructor. | ContentResolverEvent | ||
clone():Event [override]
| ContentResolverEvent | ||
[static] | ContentResolverEvent |
Constant | Defined By | ||
---|---|---|---|
RESOLVING_COMPLETED : String = contentResolvingCompleted [static]
Event dispatched when the content resolving was completed successfully. | ContentResolverEvent |
opportunity | property |
opportunity:Opportunity
[read-only] The opportunity associated with this event.
public function get opportunity():Opportunity
proposals | property |
proposals:Vector.<TimelineOperation>
[read-only] The list of timeline operations, if the resolving was successfully completed.
public function get proposals():Vector.<TimelineOperation>
ContentResolverEvent | () | Constructor |
public function ContentResolverEvent(type:String, bubbles:Boolean, cancelable:Boolean, opportunity:Opportunity, proposals:Vector.<TimelineOperation>)
Constructor.
Parameterstype: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.
|
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> |
ContentResolverEvent |
RESOLVING_COMPLETED | Constant |
public static const RESOLVING_COMPLETED:String = contentResolvingCompleted
Event dispatched when the content resolving was completed successfully.