Package org.zkoss.bind.callback
Class DestroyCallback
- java.lang.Object
-
- org.zkoss.bind.callback.DestroyCallback
-
public class DestroyCallback extends java.lang.Object implements Callback<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(Component comp)
Executes the callback method.
-