com.github.rauberprojects.client.action.content.ContentFactory Maven / Gradle / Ivy
package com.github.rauberprojects.client.action.content;
import com.github.rauberprojects.client.model.Data;
import com.github.rauberprojects.client.action.context.ActionContext;
/**
* Creates the content to be sent to the server from the given {@link Data} element.
* @param A type capable of representing the body/content of the used application protocol.
*/
public interface ContentFactory {
T create(ActionContext actionContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy