Interface ComposerListener


  • public interface ComposerListener
    Listener interface to receive all ZK after compose executions. Just implement it and annotate with Listener annotation
    • Method Detail

      • afterCompose

        void afterCompose​(org.zkoss.zk.ui.Component component)