org.apache.tools.ant.taskdefs

Class Get.NullProgress

Enclosing Class:
Get
Implemented Interfaces:
Get.DownloadProgress

public static class Get.NullProgress
extends java.lang.Object
implements Get.DownloadProgress

do nothing with progress info

Method Summary

void
beginDownload()
begin a download
void
endDownload()
end a download
void
onTick()
tick handler

Method Details

beginDownload

public void beginDownload()
begin a download
Specified by:
beginDownload in interface Get.DownloadProgress


endDownload

public void endDownload()
end a download
Specified by:
endDownload in interface Get.DownloadProgress


onTick

public void onTick()
tick handler
Specified by:
onTick in interface Get.DownloadProgress


Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.