newEventListenerFactory

fun newEventListenerFactory(eventListenerFactoryClass: String): EventListener.Factory

Create and return an instance of EventListener.Factory.

Parameters

eventListenerFactoryClass

a fully qualified class name for a class that implements EventListener.Factory. The class must have a no-arguments public constructor.