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

com.cyngn.vertx.async.Action Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package com.cyngn.vertx.async;

/**
 * Represents an action to perform.
 *
 * @author [email protected] (Jeremy Truelove) 10/15/14
 */
public interface Action {
    /**
     * Something you want executed
     */
    void callback();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy