composant_saisie.wPtime
Class TimeEllaspe

Object
  extended by composant_saisie.wPtime.TimeEllaspe

public class TimeEllaspe
extends Object


A_doc
Licence.


Field Summary
(package private)  long d
           
(package private)  long f
           
(package private)  boolean timeout
           
 
Constructor Summary
TimeEllaspe(int stimeout)
           
 
Method Summary
 boolean isTimeOut()
           
 void setTimeOut(boolean timeout)
           
 boolean testTimeOut()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d

long d

f

long f

timeout

boolean timeout
Constructor Detail

TimeEllaspe

public TimeEllaspe(int stimeout)
Method Detail

testTimeOut

public boolean testTimeOut()

isTimeOut

public boolean isTimeOut()

setTimeOut

public void setTimeOut(boolean timeout)