Package edu.stanford.bmir.protege.web.shared.project

Examples of edu.stanford.bmir.protege.web.shared.project.GetAvailableProjectsAction


    }

    private void reloadFromServer(final Optional<ProjectId> selectId) {
        GWT.log("Reloading project view");

        GetAvailableProjectsAction action = new GetAvailableProjectsAction();
        DispatchServiceManager.get().execute(action, new AsyncCallback<GetAvailableProjectsResult>() {
            @Override
            public void onFailure(Throwable caught) {
                GWT.log(caught.getMessage());
                MessageBox.alert("There was a problem retrieving the list of projects from the server.  Please refresh your browser to try again.");
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.shared.project.GetAvailableProjectsAction

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.