LaColla.core.time
Class TimeManager

java.lang.Object
  extended by LaColla.core.time.TimeManager

public class TimeManager
extends java.lang.Object


Constructor Summary
TimeManager()
           
 
Method Summary
 void execute(java.lang.Runnable arg0)
           
 boolean remove(java.lang.Runnable arg0)
           
 boolean remove(java.util.concurrent.ScheduledFuture esf)
           
 java.util.concurrent.ScheduledFuture scheduleAtFixedRate(java.lang.Runnable arg0, long initDelay, long rate)
           
 java.util.concurrent.ScheduledFuture scheduleTask(java.lang.Runnable run, long time)
           
 java.util.concurrent.ScheduledFuture scheduleWithFixedDelay(java.lang.Runnable arg0, long initDelay, long delay)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeManager

public TimeManager()
Method Detail

scheduleTask

public java.util.concurrent.ScheduledFuture scheduleTask(java.lang.Runnable run,
                                                         long time)

execute

public void execute(java.lang.Runnable arg0)

remove

public boolean remove(java.lang.Runnable arg0)

remove

public boolean remove(java.util.concurrent.ScheduledFuture esf)

scheduleAtFixedRate

public java.util.concurrent.ScheduledFuture scheduleAtFixedRate(java.lang.Runnable arg0,
                                                                long initDelay,
                                                                long rate)

scheduleWithFixedDelay

public java.util.concurrent.ScheduledFuture scheduleWithFixedDelay(java.lang.Runnable arg0,
                                                                   long initDelay,
                                                                   long delay)