summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KShredSignals.java
blob: f85894382af34e2a99a7643187ffe6537903714e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.TQMetaObject;
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);
}