Package org.adempiere.webui
Class DefaultWebAppInit
- java.lang.Object
-
- org.adempiere.webui.DefaultWebAppInit
-
- All Implemented Interfaces:
org.zkoss.zk.ui.util.WebAppInit
public class DefaultWebAppInit extends Object implements org.zkoss.zk.ui.util.WebAppInit
Handle web app init event to sync config store in web config file and database- Author:
- hieplq
-
-
Field Summary
Fields Modifier and Type Field Description protected org.zkoss.zk.ui.WebApp
webApp
-
Constructor Summary
Constructors Constructor Description DefaultWebAppInit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(org.zkoss.zk.ui.WebApp wapp)
Register listen model change
-