org.uispec4j.utils
Interface ThreadManager.ThreadDelegate

Enclosing class:
ThreadManager

public static interface ThreadManager.ThreadDelegate


Method Summary
 void interrupt()
           
 void join()
           
 void join(int duration)
           
 

Method Detail

interrupt

void interrupt()

join

void join()
          throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

join

void join(int duration)
          throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException


Copyright © 2004-2010. All Rights Reserved.