<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">EventListener</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">s.o</span>  DOM <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>L&acute;objet <span class="literal">EventListener</span> du DOM W3C n&acute;est rien de plus qu&acute;une r&eacute;f&eacute;rence &agrave; une fonction de script invoqu&eacute;e par un noeud en r&eacute;ponse &agrave; un &eacute;v&eacute;nement. Son existence dans le DOM W3C repr&eacute;sente une fa&ccedil;on pratique pour la sp&eacute;cification qui consiste &agrave; signifier le type de donn&eacute;es du deuxi&egrave;me param&egrave;tre aux m&eacute;thodes <span class="replaceable">nodeObject</span><span class="literal">.addEventListener()</span> et <span class="replaceable">nodeObject</span><span class="literal">.removeEventListener()</span>, d&eacute;crites pr&eacute;c&eacute;demment dans ce chapitre.
</p>
							</td>
						</tr>
			</table>
		</div>

</body>
</html>