Packagecom.kongregate.air.event
Classpublic class APIEvent
InheritanceAPIEvent Inheritance flash.events.Event

Broadcast when a Kongregate API event is fired.



Public Properties
 PropertyDefined By
  bundle : Object
[read-only] The bundle for the automatic event that was fired
APIEvent
  name : String
[read-only] The name of the automatic event that was fired
APIEvent
Public Methods
 MethodDefined By
  
APIEvent(name:String, bundle:Object)
APIEvent
Property Detail
bundleproperty
bundle:Object  [read-only]

The bundle for the automatic event that was fired


Implementation
    public function get bundle():Object
nameproperty 
name:String  [read-only]

The name of the automatic event that was fired


Implementation
    public function get name():String
Constructor Detail
APIEvent()Constructor
public function APIEvent(name:String, bundle:Object)



Parameters
name:String
 
bundle:Object