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

pl.fhframework.UseCaseWithOneOutput Maven / Gradle / Ivy

package pl.fhframework;

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


/**
 * Created by Gabriel on 12.01.2016.
 */
public abstract class UseCaseWithOneOutput extends UseCaseAdapter> implements IUseCaseOneInput> {
    protected void useCaseReturn(OUTPUT output) {
        exit().output(output);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy