org.zkoss.zkplus.util

Class ThreadLocalListener

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void abortResume(Component comp, Event evt)
      Called when the suspended event thread is aborted.
      void afterResume(Component comp, Event evt)
      Called after the suspended event thread is resumed.
      void beforeResume(Component comp, Event evt)
      Called just before the suspended event thread is resumed.
      void cleanup(Component comp, Event evt, java.util.List errs)
      Cleans up the event processing thread.
      void complete(Component comp, Event evt)
      Called in the serlvet thread to clean up.
      boolean init(Component comp, Event evt)
      Initialize the event processing thread before processing the event.
      void prepare(Component comp, Event evt)
      Prepares the initialization at the servlet thread.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo