<h2title="Uses of Interface System.EventHandler"class="title">Uses of Interface<br>System.EventHandler</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../System/EventHandler.html"title="interface in System">EventHandler</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../System/EventHandler.html"title="interface in System">EventHandler</a> in <ahref="../../System/package-summary.html">System</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../System/package-summary.html">System</a> with parameters of type <ahref="../../System/EventHandler.html"title="interface in System">EventHandler</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Event.</span><code><strong><ahref="../../System/Event.html#addHandler(System.EventHandler)">addHandler</a></strong>(<ahref="../../System/EventHandler.html"title="interface in System">EventHandler</a><<ahref="../../System/Event.html"title="type parameter in Event">T</a>> handler)</code>
<divclass="block">Adds a handler for this event</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="strong">Event.</span><code><strong><ahref="../../System/Event.html#removeHandler(System.EventHandler)">removeHandler</a></strong>(<ahref="../../System/EventHandler.html"title="interface in System">EventHandler</a><<ahref="../../System/Event.html"title="type parameter in Event">T</a>> handler)</code>
<divclass="block">Removes the specified handler for this event</div>