jvmMain.io.mths.swing.flow.lifecycle.Lifecycle.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swing-flow Show documentation
Show all versions of swing-flow Show documentation
Kotlin Flow integration for Swing.
The newest version!
package io.mths.swing.flow.lifecycle
interface Lifecycle {
context (Type)
fun register(
onBind: Runnable,
onUnbind: Runnable
)
}