Package org.adempiere.webui.util
Interface IServerPushCallback
-
- All Known Subinterfaces:
IDashboardPanel
- All Known Implementing Classes:
AddAuthorizationProcess,DashboardPanel,DPActivities,DPCalendar,DPDocumentStatus,DPFavourites,DPGoogleCalendar,DPMenuTree,DPPerformance,DPRecentItems,DPRunningJobs,DPViews,MFARegister,ZkReportViewer.XLSXRendererRunnable
public interface IServerPushCallbackCallback interface to perform UI update inside the UI thread or server push thread.- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateUI()Callback method to perform UI related update.
-