Package org.apache.tools.ant.taskdefs
Interface Get.DownloadProgress
- 
- All Known Implementing Classes:
- Get.NullProgress,- Get.VerboseProgress
 - Enclosing class:
- Get
 
 public static interface Get.DownloadProgressInterface implemented for reporting progress of downloading.
- 
- 
Method SummaryModifier and Type Method Description voidbeginDownload()begin a downloadvoidendDownload()end a downloadvoidonTick()tick handler
 
-