//Auto-generated by kalyptus. DO NOT EDIT. package org.trinitydesktop.koala; import org.trinitydesktop.qt.TQMetaObject; import org.trinitydesktop.qt.QtSupport; public interface KShredSignals { /** Shows progress of the shredding. @param bytes the number of bytes written to the file @short Shows progress of the shredding. */ void processedSize(long bytes); /** Shows a message in the progress dialog @param message the message to display @short Shows a message in the progress dialog */ void infoMessage(String message); }