Thread.isInterrupted
Class Overview | Class Members |
This Package |
All Packages
public boolean isInterrupted()
Returns
true if this thread has been interrupted;
false otherwise.
Description
Tests if the current thread has been interrupted.
Note that isInterrupted
is called on the current Thread instance; by
contrast, interrupted is a static method.
See Also
interrupted