org.kde.koala

Interface HistoryProviderSignals

public interface HistoryProviderSignals

Method Summary
voidcleared()
Emitted after the history has been cleared.
voidupdated(String[] items)
This signal is never emitted from this class, it is only meant as an interface for subclasses.

Method Detail

cleared

public void cleared()
Emitted after the history has been cleared.

UNKNOWN: Emitted after the history has been cleared.

updated

public void updated(String[] items)
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 items.

UNKNOWN: This signal is never emitted from this class, it is only meant as an interface for subclasses.