cz.cuni.amis.utils
Class Run

Package class diagram package Run
java.lang.Object
  extended by cz.cuni.amis.utils.Run

public class Run
extends Object


Nested Class Summary
static class Run.TimerTaskExt
           
static class Run.TimerTaskState
           
 
Constructor Summary
Run()
           
 
Method Summary
 Date getFutureDate(long millis)
           
static Run getInstance()
           
static Run.TimerTaskExt once(long delay, Runnable runnable)
           
 Run.TimerTaskExt runOnce(long delay, Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Run

public Run()
Method Detail

once

public static Run.TimerTaskExt once(long delay,
                                    Runnable runnable)

getInstance

public static Run getInstance()

getFutureDate

public Date getFutureDate(long millis)

runOnce

public Run.TimerTaskExt runOnce(long delay,
                                Runnable runnable)


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.