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

Examples of edu.stanford.bmir.protege.web.shared.notes.DeleteNoteAction


    }

    @Override
    public void handleDeleteNote() {
        ProjectId projectId = Application.get().getActiveProject().get();
        DispatchServiceManager.get().execute(new DeleteNoteAction(projectId, noteId), new AsyncCallback<DeleteNoteResult>() {
            @Override
            public void onFailure(Throwable caught) {
                GWT.log("There was a problem deleting the note", caught);
            }
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.shared.notes.DeleteNoteAction

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.