![JAR search and dependency download from the Maven repository](/logo.png)
com.arm.mbed.cloud.sdk.common.Callback Maven / Gradle / Ivy
/**
*
*/
package com.arm.mbed.cloud.sdk.common;
/**
* Defines a callback.
*
* @param
* callback argument type
*/
public interface Callback {
/**
* Callback execution action.
*
* @param arg
* function argument
*/
void execute(T arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy