<h2title="Uses of Interface com.comphenix.protocol.async.AsyncRunnable"class="title">Uses of Interface<br>com.comphenix.protocol.async.AsyncRunnable</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="../../../../../com/comphenix/protocol/async/AsyncRunnable.html"title="interface in com.comphenix.protocol.async">AsyncRunnable</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../../../../com/comphenix/protocol/async/AsyncRunnable.html"title="interface in com.comphenix.protocol.async">AsyncRunnable</a> in <ahref="../../../../../com/comphenix/protocol/async/package-summary.html">com.comphenix.protocol.async</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../../com/comphenix/protocol/async/package-summary.html">com.comphenix.protocol.async</a> that return <ahref="../../../../../com/comphenix/protocol/async/AsyncRunnable.html"title="interface in com.comphenix.protocol.async">AsyncRunnable</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><ahref="../../../../../com/comphenix/protocol/async/AsyncRunnable.html"title="interface in com.comphenix.protocol.async">AsyncRunnable</a></code></td>
<divclass="block">Create a worker that will initiate the listener loop.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <ahref="../../../../../com/comphenix/protocol/async/package-summary.html">com.comphenix.protocol.async</a> with type arguments of type <ahref="../../../../../com/comphenix/protocol/async/AsyncRunnable.html"title="interface in com.comphenix.protocol.async">AsyncRunnable</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">AsyncListenerHandler.</span><code><strong><ahref="../../../../../com/comphenix/protocol/async/AsyncListenerHandler.html#start(com.google.common.base.Function)">start</a></strong>(com.google.common.base.Function<<ahref="../../../../../com/comphenix/protocol/async/AsyncRunnable.html"title="interface in com.comphenix.protocol.async">AsyncRunnable</a>,java.lang.Void> executor)</code>
<divclass="block">Start a singler worker thread handling the asynchronous listener.</div>