Package org.adempiere.webui.util
Class CommonServerPushCallbackOpenWindow
java.lang.Object
org.adempiere.webui.util.CommonServerPushCallbackOpenWindow
- All Implemented Interfaces:
IServerPushCallback
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CommonServerPushCallbackOpenWindow
public CommonServerPushCallbackOpenWindow()
-
-
Method Details
-
setParam
-
setParam
-
updateUI
public void updateUI()Description copied from interface:IServerPushCallback
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).- Specified by:
updateUI
in interfaceIServerPushCallback
-