org.codehaus.gpars

groovyx.gpars.util
[Java] Interface GeneralTimer


public interface GeneralTimer

Represents timers, either java.util.Timer or timers provided by the hosting environment, such as GAE


Method Summary
void schedule(java.lang.Runnable task, long timeout)

void shutdown()

 

Method Detail

schedule

public void schedule(java.lang.Runnable task, long timeout)


shutdown

public void shutdown()


 

Copyright © 2008–2013 Václav Pech. All Rights Reserved.