Uses of Interface
com.comphenix.protocol.async.AsyncRunnable
Packages that use AsyncRunnable
-
Uses of AsyncRunnable in com.comphenix.protocol.async
Methods in com.comphenix.protocol.async that return AsyncRunnableModifier and TypeMethodDescriptionAsyncListenerHandler.getListenerLoop()Create a worker that will initiate the listener loop.Method parameters in com.comphenix.protocol.async with type arguments of type AsyncRunnableModifier and TypeMethodDescriptionvoidAsyncListenerHandler.start(com.google.common.base.Function<AsyncRunnable,Void> executor)Start a singler worker thread handling the asynchronous listener.