it.amattioli.guidate.init
Class EventCleanup

Show UML class diagram
java.lang.Object
  extended by it.amattioli.guidate.init.EventCleanup
All Implemented Interfaces:
org.zkoss.zk.ui.event.EventThreadCleanup

public class EventCleanup
extends Object
implements org.zkoss.zk.ui.event.EventThreadCleanup


Constructor Summary
EventCleanup()
           
 
Method Summary
 void cleanup(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.event.Event evt, List ers)
           
 void complete(org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.event.Event evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventCleanup

public EventCleanup()
Method Detail

cleanup

public void cleanup(org.zkoss.zk.ui.Component comp,
                    org.zkoss.zk.ui.event.Event evt,
                    List ers)
             throws Exception
Specified by:
cleanup in interface org.zkoss.zk.ui.event.EventThreadCleanup
Throws:
Exception

complete

public void complete(org.zkoss.zk.ui.Component comp,
                     org.zkoss.zk.ui.event.Event evt)
              throws Exception
Specified by:
complete in interface org.zkoss.zk.ui.event.EventThreadCleanup
Throws:
Exception


Copyright © 2011. All Rights Reserved.