afterLoad

open override fun afterLoad(afterLoadFunction: (source: Source) -> Unit): Handler

Subscribe the update event after every load operation.

Return

the handler to cancel this subscription

Parameters

afterLoadFunction

the subscription function

Sources

jvm source
Link copied to clipboard