現在、アラートクラス内でインライン関数を定義したいのですが、次の実装があります。
Alert.show('my mesage', 'header message', Alert.OK, Alert.No, doAction)
private function doAction(event:CloseEvent):void
{
//some code
}
ありがとう
現在、アラートクラス内でインライン関数を定義したいのですが、次の実装があります。
Alert.show('my mesage', 'header message', Alert.OK, Alert.No, doAction)
private function doAction(event:CloseEvent):void
{
//some code
}
ありがとう