import mx.controls.Alert; private function handleClickEvent(event:Event):void { Alert.show(event.type + " event was fired"); }