You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/HistoryProviderSignals.java

23 lines
750 B

//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.TQObject;
public interface HistoryProviderSignals {
/**
Emitted after the history has been cleared.
@short Emitted after the history has been cleared.
*/
void cleared();
/**
This signal is never emitted from this class, it is only meant as an
interface for subclasses. Emit this signal to notify others that the
history has changed. Put those items that were added or removed from the
history into <code>items.</code>
@short This signal is never emitted from this class, it is only meant as an interface for subclasses.
*/
void updated(String[] items);
}