com.github.stormbit.sdk.callbacks.CallbackDouble.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vk-bot-sdk-kotlin Show documentation
Show all versions of vk-bot-sdk-kotlin Show documentation
The Kotlin library for working with VK api
package com.github.stormbit.sdk.callbacks;
/**
* Updated by Storm-bit on 01/09/2020
*/
fun interface CallbackDouble : AbstractCallback {
fun onEvent(t: T, r: R)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy