org.norther.tammi.acorn.util.concurrent
Class Uninterrupted

java.lang.Object
  extended by org.norther.tammi.acorn.util.concurrent.Uninterrupted
All Implemented Interfaces:
Serializable, Interruptable

public class Uninterrupted
extends Object
implements Interruptable, Serializable

An uninterrupted implementation of Interruptable.

Version:
$Id: Uninterrupted.java,v 1.2 2009/09/28 15:08:49 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
Uninterrupted()
           
 
Method Summary
 boolean isInterrupted()
          Checks whether interrupted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Uninterrupted

public Uninterrupted()
Method Detail

isInterrupted

public boolean isInterrupted()
Description copied from interface: Interruptable
Checks whether interrupted.

Specified by:
isInterrupted in interface Interruptable
Returns:
true if interrupted, false otherwise.


Copyright © 2004 The Norther Organization. All rights reserved.