You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/KShredSignals.java

21 lines
544 B

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.QMetaObject;
import org.kde.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);
}