org.kde.koala
Interface KShredSignals


public interface KShredSignals


Method Summary
 void infoMessage(java.lang.String message)
          Shows a message in the progress dialog
 void processedSize(long bytes)
          Shows progress of the shredding.
 

Method Detail

processedSize

void processedSize(long bytes)
Shows progress of the shredding.

Parameters:
bytes - the number of bytes written to the file

infoMessage

void infoMessage(java.lang.String message)
Shows a message in the progress dialog

Parameters:
message - the message to display