org.gcube.portlets.user.speciesdiscovery.client.util
Class ExtendedTimer

java.lang.Object
  extended by org.gcube.portlets.user.speciesdiscovery.client.util.ExtendedTimer

public abstract class ExtendedTimer
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  boolean canceled
           
 
Constructor Summary
ExtendedTimer()
           
 
Method Summary
 void cancel()
           
abstract  void run()
           
 void scheduleRepeating(int delayMs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canceled

protected boolean canceled
Constructor Detail

ExtendedTimer

public ExtendedTimer()
Method Detail

cancel

public void cancel()

run

public abstract void run()

scheduleRepeating

public void scheduleRepeating(int delayMs)


Copyright © 2013. All Rights Reserved.