Package net.customware.gwt.dispatch.client.gin

Examples of net.customware.gwt.dispatch.client.gin.StandardDispatchModule


        // Presenters/Activites
        bind(InitJizzView.Presenter.class).to(InitJizzActivity.class);
        bind(HomeView.Presenter.class).to(HomeActivity.class);

        // GWT Dispatch which provides the command pattern
        install(new StandardDispatchModule(DefaultExceptionHandler.class));
    }
View Full Code Here

TOP

Related Classes of net.customware.gwt.dispatch.client.gin.StandardDispatchModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.