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

commonMain.mahjongutils.entry.IMethodEntry.kt Maven / Gradle / Ivy

The newest version!
package mahjongutils.entry

internal interface IMethodEntry {
    fun call(rawParams: RAW_PARAMS): RAW_RESULT

    @Throws(MethodExecutionException::class)
    fun callReceivingData(rawParams: RAW_PARAMS): RAW_RESULT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy