All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.io.mths.swing.flow.lifecycle.Lifecycle.kt Maven / Gradle / Ivy

The newest version!
package io.mths.swing.flow.lifecycle

interface Lifecycle {
    context (Type)
    fun register(
        onBind: Runnable,
        onUnbind: Runnable
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy