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

import org.trinitydesktop.qt.TQMetaObject;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.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);
}