Factory

fun interface Factory

Functions

Link copied to clipboard
abstract fun create(app: TreehouseApp<*>, manifestUrl: String?): EventListener

Returns an event listener that receives the events of a specific code session. Each code session includes a single Zipline instance, unless code loading fails, in which case there will be no Zipline instance.