commonMain.ru.casperix.signals.api.CustomSlotCollection.kt Maven / Gradle / Ivy
package ru.casperix.signals.api
interface CustomSlotCollection : CustomFuture {
val size:Int
fun forEach(action:(Listener)->Unit)
fun getListener(slot: Slot):Listener?
fun removeAllListeners()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy