org.kde.koala
Interface KAuthIconSignals


public interface KAuthIconSignals


Method Summary
 void authChanged(boolean authorized)
          this signal is emitted when authorization has changed from its previous state.
 

Method Detail

authChanged

void authChanged(boolean authorized)
this signal is emitted when authorization has changed from its previous state.

Parameters:
authorized - will be true if the type of authorization described by the icon is true, otherwise it will be false.