- All Implemented Interfaces:
org.zkoss.zk.ui.util.ExecutionCleanup
public class ZKExecutionCleanup
extends Object
implements org.zkoss.zk.ui.util.ExecutionCleanup
-
Constructor Summary
Constructors
-
Method Summary
void
cleanup(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Execution parent,
List errs)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ZKExecutionCleanup
public ZKExecutionCleanup()
-
Method Details
-
cleanup
public void cleanup(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Execution parent,
List errs)
throws Exception
- Specified by:
cleanup in interface org.zkoss.zk.ui.util.ExecutionCleanup
- Throws:
Exception