Interface IServerPushCallback

All Known Subinterfaces:
IDashboardPanel
All Known Implementing Classes:
AddAuthorizationProcess, DashboardPanel, DPActivities, DPCalendar, DPDocumentStatus, DPFavourites, DPGoogleCalendar, DPMenuTree, DPPerformance, DPRecentItems, DPRunningJobs, DPViews, MFARegister

public interface IServerPushCallback
Callback interface to perform UI update inside UI (Event Listener) thread
Author:
hengsin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback method to perform UI related update.
  • Method Details

    • updateUI

      void updateUI()
      Callback method to perform UI related update. To keep UI responsive, implementation of this method must not perform potentially slow operation (to avoid holding on to the single Event Listener Thread for too long).