ManagedLifecycle

@ApiStatus.Experimental
@ApiStatus.AvailableSince(value = "4.3.0")
interface ManagedLifecycle : Lifecycle

Functions

Link copied to clipboard
open suspend fun handleLoad()

Called when this object is created|loaded

Link copied to clipboard
open suspend fun handlePostLoad()

Called after Lifecycle.handleLoad and the objects manager has finished its create|load process.

Link copied to clipboard
open suspend fun handlePostUnload()

Called after Lifecycle.handleDestroy and the objects manager has finished its destroy|dispose|unload process.

Link copied to clipboard
open suspend fun handleUnload()

Called when this object is destroyed|disposed|unloaded

Inheritors

Link copied to clipboard