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

pl.fhframework.PodprzypadekUzyciaZDwomaWyjsciami Maven / Gradle / Ivy

package pl.fhframework;

import pl.fhframework.core.uc.*;

/**
 * Created by Gabriel on 17.01.2016.
 *
 * Deprecated - należy używać intefejsów IUseCaseOneInput, IUseCaseNoInput, IUseCaseTwoInput
 */
@Deprecated
public abstract class PodprzypadekUzyciaZDwomaWyjsciami extends UseCaseAdapter> implements IUseCaseOneInput> {

    protected void powrot1(OUTPUT1 output1) {
        exit().output1(output1);
    }

    protected void powrot2(OUTPUT2 output2) {
        exit().output2(output2);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy