org.kde.koala
Interface HistoryProviderSignals


public interface HistoryProviderSignals


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

Method Detail

cleared

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


updated

void updated(java.lang.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.