Interface UIUpdatable

All Known Subinterfaces:
UIUpdatableAlways
All Known Implementing Classes:
BaseMDI, MainStatusBar, MainWindowImpl, MiniBarManager, OpenTorrentOptionsWindow, OpenTorrentWindow, SBC_ActivityTableView, SBC_AllTrackersView, SBC_ArchivedDownloadsView, SBC_ChatOverview, SBC_DashboardView, SBC_DevicesView, SBC_DiskOpsView, 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
  • Method Summary

    Modifier and Type
    Method
    Description
    A name for this UIUpdatable so we can track who's being bad
    void
    Update your UI!
  • Method Details

    • updateUI

      void updateUI()
      Update your UI!
      Since:
      3.1.1.1
    • getUpdateUIName

      String getUpdateUIName()
      A name for this UIUpdatable so we can track who's being bad
      Returns:
      some name
      Since:
      3.1.1.1