org.apache.tools.ant.taskdefsClass Get.NullProgress
- java.lang.Object
- org.apache.tools.ant.taskdefs.Get.NullProgress
- All Implemented Interfaces:
- Get.DownloadProgress
- Enclosing class:
- Get
public static class Get.NullProgress extends java.lang.Object implements Get.DownloadProgressdo nothing with progress info
Constructor Summary
Constructors Constructor and Description NullProgress()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidbeginDownload()begin a downloadvoidendDownload()end a downloadvoidonTick()tick handler
Method Detail
beginDownload
public void beginDownload()begin a download
- Specified by:
beginDownloadin interfaceGet.DownloadProgress
onTick
public void onTick()tick handler
- Specified by:
onTickin interfaceGet.DownloadProgress
endDownload
public void endDownload()end a download
- Specified by:
endDownloadin interfaceGet.DownloadProgress