org.sonatype.aether.spi.io
Interface FileProcessor.ProgressListener

Enclosing interface:
FileProcessor

public static interface FileProcessor.ProgressListener

A listener object that is notified for every progress made while copying files.

Author:
Benjamin Hanzelmann
See Also:
FileProcessor.copy(File, File, ProgressListener)

Method Summary
 void progressed(ByteBuffer buffer)
           
 

Method Detail

progressed

void progressed(ByteBuffer buffer)
                throws IOException
Throws:
IOException


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.