Interface TagServiceAsync


  • public interface TagServiceAsync
    • Method Detail

      • delete

        void delete​(String tag,
                    com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
      • getTagCloud

        void getTagCloud​(com.google.gwt.user.client.rpc.AsyncCallback<GUITag[]> callback)
      • rename

        void rename​(String tag,
                    String newTag,
                    com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
      • addTag

        void addTag​(String tag,
                    com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
      • removeTag

        void removeTag​(String tag,
                       com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
      • getSettings

        void getSettings​(com.google.gwt.user.client.rpc.AsyncCallback<GUIParameter[]> callback)