Package org.adempiere.webui.util
Interface IServerPushCallback
- All Known Subinterfaces:
IDashboardPanel
- All Known Implementing Classes:
AddAuthorizationProcess
,CommonServerPushCallbackOpenWindow
,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
-
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).
-