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

import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;
import java.util.ArrayList;

public interface MetaInfoJobSignals {
	/**	
		 Emitted when the meta info for <code>item</code> has been successfully
		 retrieved.
			@param item the KFileItem describing the fetched item
		         		@short    Emitted when the meta info for <code>item</code> has been successfully  retrieved.
	*/
	void gotMetaInfo(KFileItem item);
	/**	
		 Emitted when metainfo for <code>item</code> could not be extracted,
		 either because a plugin for its MIME type does not
		 exist, or because something went wrong.
			@param item the KFileItem of the file that failed
		         		@short    Emitted when metainfo for <code>item</code> could not be extracted,  either because a plugin for its MIME type does not  exist, or because something went wrong.
	*/
	void failed(KFileItem item);
}