diff options
Diffstat (limited to 'files/ja/orphaned/devnews/20070213/index.html')
-rw-r--r-- | files/ja/orphaned/devnews/20070213/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/orphaned/devnews/20070213/index.html b/files/ja/orphaned/devnews/20070213/index.html new file mode 100644 index 0000000000..0d057a4834 --- /dev/null +++ b/files/ja/orphaned/devnews/20070213/index.html @@ -0,0 +1,13 @@ +--- +title: いくつかの nsIDOM*Listener インターフェースを削除 +slug: orphaned/DevNews/20070213 +tags: + - DevNews + - DevNews:General +original_slug: DevNews/20070213 +--- +<p>次のイベントリスナインターフェースは trunk で削除されます : <code>nsIDOMMutationListener.h</code>, <code>nsIDOMPaintListener.h</code>, <code>nsIDOMScrollListener.h</code> そして <code>nsIDOMPageTransitionListener.h</code> これらは、Gecko では利用されたことはなかったか、これまで長い間利用されないままでした。</p> + +<p>もし、これらのインターフェースを現在利用しているなら、コードを通常の DOM の <code>addEventListener()</code> と <code>handleEvent()</code> メソッドを利用するように書き換えてください。</p> + +<p>また、<a class="external" href="http://lxr.mozilla.org/seamonkey/source/dom/public/coreEvents/">seamonkey/dom/public/coreEvents</a> にあるインタフェースはどれも利用すべきではありません。 (<a class="external" href="http://wiki.mozilla.org/Gecko:Obsolete_API">Gecko:Obsolete_API</a>)</p> |