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

All Known Subinterfaces:
UIUpdatableAlways
All Known Implementing Classes:
BaseMDI, MainStatusBar, MainWindowImpl, MiniBarManager, OpenTorrentOptionsWindow, OpenTorrentWindow, SBC_ActivityTableView, SBC_ArchivedDownloadsView, SBC_ChatOverview, SBC_DevicesODView, SBC_DevicesView, SBC_DownloadHistoryView, SBC_LibraryTableView, SBC_LibraryTableView_Big, SBC_SubscriptionResultsView, SBC_TagDiscovery, SBC_TagsOverview, SBC_TorrentDetailsView.TorrentDetailMdiEntry, SideBar, SideBarToolTips, SystemTraySWT, TabbedMDI, TableColumnSetupWindow, TrayWindow

public interface UIUpdatable

UIUpdater

Author:
TuxPaper

Method Summary
 java.lang.String getUpdateUIName()
          A name for this UIUpdatable so we can track who's being bad
 void updateUI()
          Update your UI!
 

Method Detail

updateUI

void updateUI()
Update your UI!

Since:
3.1.1.1

getUpdateUIName

java.lang.String getUpdateUIName()
A name for this UIUpdatable so we can track who's being bad

Returns:
some name
Since:
3.1.1.1