Package java.lang
Class Thread

Public Method interrupted

static boolean interrupted()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Checks whether the current thread has been interrupted clearing the current status, i.e. calling this method twice returns false for the second call.