new Event()
public function Event(source:Object, type:String)
Creates a Event instance by specified source and type.
source
type
public function getType():String
Returns the type of the event.
the type of the event
public function getSource():Object
Returns the source of the event.
the source of the event