Package org.tei.comparator.web.client.rpc

Examples of org.tei.comparator.web.client.rpc.InitializationServiceAsync


    
     final MessageBox box = MessageBox.wait("Initialization",
                     "Initializing TEI Comparator, please wait", "Initialization...")
    
    // initialize service
      InitializationServiceAsync initSvc = GWT.create(InitializationService.class);
    
      // perform server call
      initSvc.initializeTEIComparator( new AsyncCallback<Initialization>(){

      public void onFailure(Throwable caught) {
      }

      public void onSuccess(Initialization init) {
View Full Code Here

TOP

Related Classes of org.tei.comparator.web.client.rpc.InitializationServiceAsync

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.