Class EmbeddedDesktopInit

  • All Implemented Interfaces:
    org.zkoss.zk.ui.util.DesktopInit

    public class EmbeddedDesktopInit
    extends java.lang.Object
    implements org.zkoss.zk.ui.util.DesktopInit
    A embedded desktop info check
    Since:
    9.0.0
    Author:
    rudyhuang, jameschu
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(org.zkoss.zk.ui.Desktop desktop, java.lang.Object request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmbeddedDesktopInit

        public EmbeddedDesktopInit()
    • Method Detail

      • init

        public void init​(org.zkoss.zk.ui.Desktop desktop,
                         java.lang.Object request)
                  throws java.lang.Exception
        Specified by:
        init in interface org.zkoss.zk.ui.util.DesktopInit
        Throws:
        java.lang.Exception