jackHack.applet
Interface CopyProgressor

All Known Implementing Classes:
DefaultCopyProgressor

public interface CopyProgressor

Interface to do something the copy progress

Author:
JackHack

Method Summary
 void copyProgress(long copyProgress)
          Call when copy progress
 void endCopy()
          Call when copy end
 void startCopy(long size)
          Call when copy start
 

Method Detail

startCopy

void startCopy(long size)
Call when copy start

Parameters:
size - Total size of copy

copyProgress

void copyProgress(long copyProgress)
Call when copy progress

Parameters:
copyProgress - The actual copy size

endCopy

void endCopy()
Call when copy end