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

com.github.howtobuildapp.libservice.execute.Callback Maven / Gradle / Ivy

The newest version!
package com.github.howtobuildapp.libservice.execute;

public abstract class Callback {
    public abstract void onComplete(Request req, Response resp);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy