View Single Post
  #2 (permalink)  
Old 08-07-2007, 07:54 AM
carl carl is offline
Member
 
Join Date: Jul 2007
Posts: 35
carl is on a distinguished road
Well, you could clock the time when an element is changed, and clock it when the method is called. The method can they react according to how much has passed.

To get the time, you can use the System, java.util.Date, or java.sql.Time class.
Reply With Quote