Updated according to workspace uploader
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@119825 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c0ba53f31e
commit
bbe8e42109
|
@ -1116,6 +1116,11 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt
|
|||
GWT.log("Upload Aborted: [parentID: "+parentId+", itemId: "+itemId+"]");
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onOverwriteCompleted(String parentId, String itemId) {
|
||||
GWT.log("Upload Override Completed: [parentID: "+parentId+", itemId: "+itemId+"]");
|
||||
}
|
||||
};
|
||||
|
||||
uploadStream.addWorkspaceUploadNotificationListener(listener);
|
||||
|
|
Loading…
Reference in New Issue