Companion
object Companion
Functions
Link copied to clipboard
fun <E : Event> toListener(dispatcherContext: CoroutineContext = Dispatchers.IO, type: Class<E>, listener: TypedJBlockingEventListener<E>): EventListener
Converts a TypedJBlockingEventListener to an EventListener.