Factory

@ApiStatus.Internal
interface Factory

Functions

Link copied to clipboard
abstract fun <T : Event> builder(eventType: Class<T>): EventListener.Builder<T>