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

org.duelengine.duel.mvc.ViewResultFactory Maven / Gradle / Ivy

package org.duelengine.duel.mvc;

import org.duelengine.duel.DuelView;

/**
 * Guice assisted-injection will supply the implementation
 */
public interface ViewResultFactory {

	ViewResult create(Class viewType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy