Companion

Functions

Link copied to clipboard
fun <E : Event> toListener(dispatcherContext: CoroutineContext = Dispatchers.IO, type: Class<E>, listener: TypedJBlockEventListener<E>): EventListener

Converts a TypedJBlockEventListener to an EventListener.