beforeLoad

open override fun beforeLoad(beforeLoadFunction: (source: Source) -> Unit): Handler

Subscribe the update event before every load operation.

Return

the handler to cancel this subscription

Parameters

beforeLoadFunction

the subscription function

Sources

jvm source
Link copied to clipboard