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.util.TimerTask task, long timeout)

 

Method Detail

schedule

public void schedule(java.util.TimerTask task, long timeout)


 

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