| Package | com.adobe.mediacore.events |
| Class | public class OpportunityEvent |
| Inheritance | OpportunityEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| opportunity : Opportunity [read-only] | OpportunityEvent | ||
| Method | Defined By | ||
|---|---|---|---|
OpportunityEvent(type:String, bubbles:Boolean, cancelable:Boolean, opportunity:Opportunity) | OpportunityEvent | ||
clone():Event [override] | OpportunityEvent | ||
[static] | OpportunityEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| OPPORTUNITY_AVAILABLE : String = opportunityAvailable [static] | OpportunityEvent | ||
| opportunity | property |
| OpportunityEvent | () | Constructor |
public function OpportunityEvent(type:String, bubbles:Boolean, cancelable:Boolean, opportunity:Opportunity)type:String | |
bubbles:Boolean | |
cancelable:Boolean | |
opportunity:Opportunity |
| clone | () | method |
override public function clone():EventReturnsEvent |
| create | () | method |
public static function create(opportunity:Opportunity):OpportunityEventParameters
opportunity:Opportunity |
OpportunityEvent |
| OPPORTUNITY_AVAILABLE | Constant |
public static const OPPORTUNITY_AVAILABLE:String = opportunityAvailable