Search code examples
javauser-inactivity

Is there anyway to detect user inactivity in java?


I am writing a desktop application in which I want to perform an operation if user doesn't use the computer for X number of minutes. Just like auto idle in MSN messager or skype. Any hints?


Solution

  • I found https://code.google.com/p/fiat-lux/source/browse/Fiat+Lux/src/fiatlux/os/time/ that served my purpose.

    Thanks