//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQPixmap; import java.util.ArrayList; public interface PreviewJobSignals { /** Emitted when a thumbnail picture for item has been successfully retrieved. @param item the file of the preview @param preview the preview image @short Emitted when a thumbnail picture for item has been successfully retrieved. */ void gotPreview(KFileItem item, TQPixmap preview); /** Emitted when a thumbnail for item could not be created, either because a ThumbCreator for its MIME type does not exist, or because something went wrong. @param item the file that failed @short Emitted when a thumbnail for item could not be created, either because a ThumbCreator for its MIME type does not exist, or because something went wrong. */ void failed(KFileItem item); }