Uses of Interface
org.adempiere.webui.util.IServerPushCallback
Packages that use IServerPushCallback
Package
Description
Implementation of desktop dashboard and dashboard gadgets.
Provide some iDempiere process and process parameter listener implementation
Provide utility (static methods) classes, process factory and server push template
-
Uses of IServerPushCallback in org.adempiere.webui.dashboard
Subinterfaces of IServerPushCallback in org.adempiere.webui.dashboardModifier and TypeInterfaceDescriptioninterface
Interface for dashboard gadget/widgetClasses in org.adempiere.webui.dashboard that implement IServerPushCallbackModifier and TypeClassDescriptionclass
Base class for dashboard gadget/widgetclass
Deprecated.class
Dashboard gadget: Zk Calendar.class
Dashboard gadget forWDocumentStatusPanel
class
Dashboard gadget: User favourites - Tree based view organizeclass
Dashboard gadget: Google calendarclass
Dashboard gadget: Menu Treeclass
Dashboard gadget: Performance Indicatorsclass
Dashboard gadget: Recent Itemsclass
Dashboard gadget: running background jobs (Run As Job in Process Dialog).class
Dashboard gadget: List of Info views -
Uses of IServerPushCallback in org.adempiere.webui.process
Classes in org.adempiere.webui.process that implement IServerPushCallbackModifier and TypeClassDescriptionclass
IDEMPIERE-3101, process to add OAuth2 authorizationclass
IDEMPIERE-4782 -
Uses of IServerPushCallback in org.adempiere.webui.util
Methods in org.adempiere.webui.util with parameters of type IServerPushCallbackModifier and TypeMethodDescriptionvoid
ServerPushTemplate.execute
(IServerPushCallback callback) Execute synchronous task in UI (event listener) thread.void
ServerPushTemplate.executeAsync
(IServerPushCallback callback) Execute asynchronous task in UI (event listener) thread.