diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:07:59 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:07:59 +0100 |
commit | 6ef1fa4618e08426b874529619a66adbd3d1fcf0 (patch) | |
tree | 890e3e27131be010d82ef957fa68db495006cb0e /files/ja/orphaned/devnews/20070213/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.gz translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.bz2 translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.zip |
unslug ja: move
Diffstat (limited to 'files/ja/orphaned/devnews/20070213/index.html')
-rw-r--r-- | files/ja/orphaned/devnews/20070213/index.html | 12 |
1 files changed, 12 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..7ce00e0466 --- /dev/null +++ b/files/ja/orphaned/devnews/20070213/index.html @@ -0,0 +1,12 @@ +--- +title: いくつかの nsIDOM*Listener インターフェースを削除 +slug: DevNews/20070213 +tags: + - DevNews + - 'DevNews:General' +--- +<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> |