com.emarsys.ecommon.concurrent
Interface Interruptable


public interface Interruptable

Specifies a runnable which explicitly might be interrupted and which won't handle the corresponding InterruptedException.

Author:
Michael "kULO" Kulovits

Method Summary
 void run()
           
 

Method Detail

run

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


Copyright © 2010 emarsys AG. All Rights Reserved.