//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.TQPoint; import java.util.ArrayList; import org.kde.qt.TQDropEvent; public interface KFileViewSignalerSignals { void dirActivated(KFileItem arg1); void sortingChanged(int arg1); /** the item maybe be null, indicating that we're in multiselection mode and the selection has changed. @short the item maybe be 0L, indicating that we're in multiselection mode and the selection has changed. */ void fileHighlighted(KFileItem arg1); void fileSelected(KFileItem arg1); void activatedMenu(KFileItem i, TQPoint arg2); void dropped(KFileItem arg1, TQDropEvent arg2, ArrayList arg3); }