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/tdejava/koala/org/trinitydesktop/koala/KShredSignals.java

21 lines
576 B

//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);
}