com.aelitis.azureus.ui.common.updater
Interface UIUpdatableAlways

All Superinterfaces:
UIUpdatable
All Known Implementing Classes:
MainStatusBar, SystemTraySWT

public interface UIUpdatableAlways
extends UIUpdatable

Sometimes we don't update the UI (such as when nothing is visible). This class overrides this ability.

Author:
TuxPaper

Method Summary
 void updateUI(boolean is_visible)
           
 
Methods inherited from interface com.aelitis.azureus.ui.common.updater.UIUpdatable
getUpdateUIName, updateUI
 

Method Detail

updateUI

void updateUI(boolean is_visible)