summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/KShredSignals.java
blob: 4f1488240989342218585620789e7272d0fedb8b (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.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);
}