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 extends DuelView> viewType);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy