1 2 3 4 5 6 7
class com.events.Event { public function Event() {} public var type:String; public var params:Object; };