Package | com.adobe.mediacore.events |
Class | public class OpportunityEvent |
Inheritance | OpportunityEvent ![]() |
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():Event
ReturnsEvent |
create | () | method |
public static function create(opportunity:Opportunity):OpportunityEvent
Parameters
opportunity:Opportunity |
OpportunityEvent |
OPPORTUNITY_AVAILABLE | Constant |
public static const OPPORTUNITY_AVAILABLE:String = opportunityAvailable