カテゴリー
未分類

mx.events.EventDispatcher

icon_flash8.jpgmx.events.EventDispatcherを用いてを取得後、removeEventListenerでリスナー削除してもそのの中に”queueName”が残るのだけど、これは残しておいていいものなのだろうか?すげえ気になる。ついでに言うと”dispatchQueue”とか”dispatchEvent”とか”initialize”の中でされるメソッドも一式残っている。あー気になる。

function removeEventListener(:String, handler):Void
{
var queueName:String = “__q_” + event;
this[queueName];
EventDispatcher._removeEventListener(this[queueName], event, handler);
}

とかすればとりあえずのだけど、いまいちEventDispatcherを理解していないので消したらとんでもないことになるんじゃないかと非常に
あーあーあー、うーうーうー。蒸しい。