Package org.syncany.operations.watch
Class WatchOperationResult
- java.lang.Object
-
- org.syncany.operations.watch.WatchOperationResult
-
- All Implemented Interfaces:
OperationResult
public class WatchOperationResult extends java.lang.Object implements OperationResult
The watch operation result is a dummy class returned by theWatchOperation
. Since the watch operation is a long-running process and does not immediately return, the return value of this operation has no value.
-
-
Constructor Summary
Constructors Constructor Description WatchOperationResult()
-
-
-
Constructor Detail
-
WatchOperationResult
public WatchOperationResult()
-
-