projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
313b5b7576c1d8a72c1578b18106f6e907ebc33c
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
OnRemoteOperationListener.java
1
package
com
.
owncloud
.
android
.
operations
;
2
3
public interface
OnRemoteOperationListener
{
4
5
void
onRemoteOperationFinish
(
RemoteOperation caller
,
RemoteOperationResult result
);
6
7
}