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

pl.fhframework.IUseCaseWithSaveCancel Maven / Gradle / Ivy

package pl.fhframework;

import pl.fhframework.core.uc.IUseCase;
import pl.fhframework.core.uc.IUseCaseOneInput;
import pl.fhframework.core.uc.IUseCaseSaveCancelCallback;
import pl.fhframework.core.uc.IUseCaseTwoOutputCallback;

import java.util.function.Consumer;

/**
 * Created by Paweł Ruta on 15.02.2017.
 */
public interface IUseCaseWithSaveCancel extends IUseCaseOneInput> {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy