com.google.code.tempusfugit.concurrency
Interface Interruptible<T>

All Superinterfaces:
Callable<T>

public interface Interruptible<T>
extends Callable<T>


Method Summary
 T call()
           
 

Method Detail

call

T call()
       throws InterruptedException
Specified by:
call in interface Callable<T>
Throws:
InterruptedException


Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.