before Load
abstract fun beforeLoad(beforeLoadFunction: (source: Source) -> Unit): Handler
Content copied to clipboard
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