Packagecom.adobe.mediacore.events
Classpublic class OpportunityEvent
InheritanceOpportunityEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  opportunity : Opportunity
[read-only]
OpportunityEvent
Public Methods
 MethodDefined By
  
OpportunityEvent(type:String, bubbles:Boolean, cancelable:Boolean, opportunity:Opportunity)
OpportunityEvent
  
clone():Event
[override]
OpportunityEvent
  
[static]
OpportunityEvent
Public Constants
 ConstantDefined By
  OPPORTUNITY_AVAILABLE : String = opportunityAvailable
[static]
OpportunityEvent
Property Detail
opportunityproperty
opportunity:Opportunity  [read-only]


Implementation
    public function get opportunity():Opportunity
Constructor Detail
OpportunityEvent()Constructor
public function OpportunityEvent(type:String, bubbles:Boolean, cancelable:Boolean, opportunity:Opportunity)



Parameters
type:String
 
bubbles:Boolean
 
cancelable:Boolean
 
opportunity:Opportunity
Method Detail
clone()method
override public function clone():Event

Returns
Event
create()method 
public static function create(opportunity:Opportunity):OpportunityEvent

Parameters

opportunity:Opportunity

Returns
OpportunityEvent
Constant Detail
OPPORTUNITY_AVAILABLEConstant
public static const OPPORTUNITY_AVAILABLE:String = opportunityAvailable