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

commonMain.ru.casperix.signals.api.CustomSlotCollection.kt Maven / Gradle / Ivy

The newest version!
package ru.casperix.signals.api

interface CustomSlotCollection : CustomFuture {
	val size:Int
	fun forEach(action:(Listener)->Unit)
	fun getListener(slot: Slot):Listener?
	fun removeAllListeners()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy