org.melati.util
Class Waiter

Package class diagram package Waiter
java.lang.Object
  extended by org.melati.util.Waiter

public class Waiter
extends Object

Allows us to slow things down.


Constructor Summary
Waiter()
           
 
Method Summary
 String wait(Integer length)
          Wait a while.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Waiter

public Waiter()
Method Detail

wait

public String wait(Integer length)
Wait a while.

Parameters:
length - how long to wait in milliseconds
Returns:
a String so can be used in a template context


Copyright © 2000-2010 PanEris. All Rights Reserved.