Package org.apache.tools.ant.taskdefs
Class Get.NullProgress
java.lang.Object
org.apache.tools.ant.taskdefs.Get.NullProgress
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
begin a downloadvoid
end a downloadvoid
onTick()
tick handler
-
Constructor Details
-
NullProgress
public NullProgress()
-
-
Method Details
-
beginDownload
public void beginDownload()begin a download- Specified by:
beginDownload
in interfaceGet.DownloadProgress
-
onTick
-
endDownload
public void endDownload()end a download- Specified by:
endDownload
in interfaceGet.DownloadProgress
-