com.google.code.tempusfugit.concurrency
Class Interrupter

java.lang.Object
  extended by com.google.code.tempusfugit.concurrency.Interrupter

public final class Interrupter
extends Object


Method Summary
 Interrupter after(Duration duration)
           
 void cancel()
           
static Interrupter interrupt(Thread thread)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

interrupt

public static Interrupter interrupt(Thread thread)

after

public Interrupter after(Duration duration)

cancel

public void cancel()


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