org.odlabs.wiquery.core.effects.basic
Class Delay
java.lang.Object
org.odlabs.wiquery.core.effects.Effect
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). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Delay
public Delay()
- Default constructor.
Delay
public Delay(int delay)
- Creates this effect with the given delay (in milliseconds).
- Parameters:
delay
- in milliseconds
chainLabel
public String chainLabel()
- Returns:
- the statement label (like
each
, css
...)
Copyright © 2012. All Rights Reserved.