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

hprose.util.concurrent.Action Maven / Gradle / Ivy

/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/
/**********************************************************\
 *                                                        *
 * Action.java                                            *
 *                                                        *
 * Action interface for Java.                             *
 *                                                        *
 * LastModified: Jun 21, 2016                             *
 * Author: Ma Bingyao                   *
 *                                                        *
\**********************************************************/
package hprose.util.concurrent;

public interface Action extends Callback {
    void call(V value) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy