al intentar compilar me marca error
codigo control
....
<mx:List id="dg" x="10" y="134" width="250" dataProvider="{roomList}" click="manejador(event)"></mx:List>
....
codigo manejador
....
<mx:Script>
<![CDATA[
import mx.events.ListEvent
private function changeHandler(event:ListEvent):void{ }
]]>
</mx:Script>
error
1067: Implicit coercion of a value of type flash.events:MouseEvent to an unrelated type mx.events:ListEvent. Aplicacion/src Aplicacion.mxml