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

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