org.kde.koala

Interface KShredSignals

public interface KShredSignals

Method Summary
voidinfoMessage(String message)
Shows a message in the progress dialog
voidprocessedSize(long bytes)
Shows progress of the shredding.

Method Detail

infoMessage

public void infoMessage(String message)
Shows a message in the progress dialog

Parameters: message the message to display

UNKNOWN: Shows a message in the progress dialog

processedSize

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

Parameters: bytes the number of bytes written to the file

UNKNOWN: Shows progress of the shredding.