
com.commercetools.sunrise.common.localization.changecountry.ChangeCountryControllerAction Maven / Gradle / Ivy
The newest version!
package com.commercetools.sunrise.common.localization.changecountry;
import com.commercetools.sunrise.framework.controllers.ControllerAction;
import com.google.inject.ImplementedBy;
import java.util.function.Consumer;
@ImplementedBy(DefaultChangeCountryControllerAction.class)
@FunctionalInterface
public interface ChangeCountryControllerAction extends ControllerAction, Consumer {
@Override
void accept(ChangeCountryFormData formData);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy