Class ZutiPhaseListener

  • All Implemented Interfaces:
    org.zkoss.bind.PhaseListener

    public class ZutiPhaseListener
    extends java.lang.Object
    implements org.zkoss.bind.PhaseListener
    A bind phase listener for Zuti addon
    Since:
    8.0.0
    Author:
    jumperchen
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void postPhase​(org.zkoss.bind.Phase phase, org.zkoss.bind.BindContext ctx)  
      void prePhase​(org.zkoss.bind.Phase phase, org.zkoss.bind.BindContext ctx)  
      • Methods inherited from class java.lang.Object

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

      • ZutiPhaseListener

        public ZutiPhaseListener()
    • Method Detail

      • prePhase

        public void prePhase​(org.zkoss.bind.Phase phase,
                             org.zkoss.bind.BindContext ctx)
        Specified by:
        prePhase in interface org.zkoss.bind.PhaseListener
      • postPhase

        public void postPhase​(org.zkoss.bind.Phase phase,
                              org.zkoss.bind.BindContext ctx)
        Specified by:
        postPhase in interface org.zkoss.bind.PhaseListener