com.notuvy.gui
Class UIActivityMonitor

java.lang.Object
  extended by com.notuvy.gui.UIActivityMonitor

public class UIActivityMonitor
extends Object

The "latest activity" is the later of the UI activity, or the action taken due to UI idleness. This represents those two values separately, and does the "latest" calculation.

Author:
murali

Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
UIActivityMonitor()
           
 
Method Summary
 long getLastActionTaken()
           
 long getLastUIActivity()
           
 long lastActivity()
           
 String toString()
           
protected  void touchActionTaken()
           
protected  void touchUIActivity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.log4j.Logger LOG
Constructor Detail

UIActivityMonitor

public UIActivityMonitor()
Method Detail

getLastUIActivity

public long getLastUIActivity()

getLastActionTaken

public long getLastActionTaken()

touchUIActivity

protected void touchUIActivity()

touchActionTaken

protected void touchActionTaken()

lastActivity

public long lastActivity()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.