Class DestroyCallback

  • All Implemented Interfaces:
    java.io.Serializable, org.zkoss.zk.ui.util.Callback<org.zkoss.zk.ui.Component>

    public class DestroyCallback
    extends java.lang.Object
    implements org.zkoss.zk.ui.util.Callback<org.zkoss.zk.ui.Component>
    A callback to invoke the destroy method in zkbind.
    Author:
    H.Y.Chen (klyvechen)
    See Also:
    Binder, BinderUtil, Callback, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DestroyCallback()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(org.zkoss.zk.ui.Component comp)  
      • Methods inherited from class java.lang.Object

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

      • DestroyCallback

        public DestroyCallback()
    • Method Detail

      • call

        public void call​(org.zkoss.zk.ui.Component comp)
        Specified by:
        call in interface org.zkoss.zk.ui.util.Callback<org.zkoss.zk.ui.Component>