org.odlabs.wiquery.core.effects.basic
Class Delay

java.lang.Object
  extended by org.odlabs.wiquery.core.effects.Effect
      extended by org.odlabs.wiquery.core.effects.basic.Delay
All Implemented Interfaces:
Serializable, ChainableStatement

public class Delay
extends Effect

Defines the delay Effect.

Since:
1.0.2
See Also:
Serialized Form

Constructor Summary
Delay()
          Default constructor.
Delay(int delay)
          Creates this effect with the given delay (in milliseconds).
 
Method Summary
 String chainLabel()
           
 
Methods inherited from class org.odlabs.wiquery.core.effects.Effect
effectCallback, setCallback, statementArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delay

public Delay()
Default constructor.


Delay

public Delay(int delay)
Creates this effect with the given delay (in milliseconds).

Parameters:
delay - in milliseconds
Method Detail

chainLabel

public String chainLabel()
Returns:
the statement label (like each, css...)


Copyright © 2012. All Rights Reserved.