data-miner-manager-tester/src/main/java/org/gcube/portlets/user/dataminermanagertester/client/application/testbatchconfig/TestBatchConfModule.java

16 lines
523 B
Java
Raw Normal View History

2020-06-11 12:25:52 +02:00
package org.gcube.portlets.user.dataminermanagertester.client.application.testbatchconfig;
import com.gwtplatform.mvp.client.gin.AbstractPresenterModule;
/**
*
* @author Giancarlo Panichi
*
*/
public class TestBatchConfModule extends AbstractPresenterModule {
@Override
protected void configure() {
bindPresenter(TestBatchConfPresenter.class, TestBatchConfPresenter.PresenterView.class,
TestBatchConfView.class, TestBatchConfPresenter.PresenterProxy.class);
***REMOVED***
***REMOVED***