Class DownDownloadFileSyncExternalEvent
- java.lang.Object
-
- org.syncany.operations.daemon.messages.api.Message
-
- org.syncany.operations.daemon.messages.api.Event
-
- org.syncany.operations.daemon.messages.api.ExternalEvent
-
- org.syncany.operations.daemon.messages.SyncExternalEvent
-
- org.syncany.operations.daemon.messages.DownDownloadFileSyncExternalEvent
-
public class DownDownloadFileSyncExternalEvent extends SyncExternalEvent
-
-
Constructor Summary
Constructors Constructor Description DownDownloadFileSyncExternalEvent()
DownDownloadFileSyncExternalEvent(java.lang.String root, java.lang.String fileDescription, int currentFileIndex, int maxFileCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrentFileIndex()
java.lang.String
getFileDescription()
int
getMaxFileCount()
-
Methods inherited from class org.syncany.operations.daemon.messages.SyncExternalEvent
getRoot
-
-
-
-
Constructor Detail
-
DownDownloadFileSyncExternalEvent
public DownDownloadFileSyncExternalEvent()
-
DownDownloadFileSyncExternalEvent
public DownDownloadFileSyncExternalEvent(java.lang.String root, java.lang.String fileDescription, int currentFileIndex, int maxFileCount)
-
-
Method Detail
-
getFileDescription
public java.lang.String getFileDescription()
-
getCurrentFileIndex
public int getCurrentFileIndex()
-
getMaxFileCount
public int getMaxFileCount()
-
-