Package renetik.android.event.common

Types

Link copied to clipboard
abstract class CSContext : ContextWrapper, CSHasContext
Link copied to clipboard
interface CSHasContext : CSHasRegistrationsHasDestroy
Link copied to clipboard
interface CSHasDestroy
Link copied to clipboard
interface CSHasRegistrationsHasDestroy : CSHasRegistrations, CSHasDestroy
Link copied to clipboard
open class CSModel(parent: CSHasDestroy? = null) : CSHasRegistrationsHasDestroy

Functions

Link copied to clipboard
fun CSHasDestroy.destroy()
Link copied to clipboard
fun <T : CSHasRegistrations, CSHasDestroy> T.onDestroy(listener: () -> Unit): CSRegistration
Link copied to clipboard
fun <T : CSHasRegistrations, CSHasDestroy> T.parent(parent: CSHasDestroy): T