de.cau.cs.kieler.core.kivi.test
Class TestEffectA
java.lang.Object
de.cau.cs.kieler.core.kivi.AbstractEffect
de.cau.cs.kieler.core.kivi.test.TestEffectA
- All Implemented Interfaces:
- IEffect
public class TestEffectA
- extends AbstractEffect
Simple Test effect that prints onto the console and waits 50ms.
- Rating

Method Summary |
void |
execute()
Execute the effect. |
void |
undo()
Attempt to undo the effect. |
TestEffectA
public TestEffectA()
execute
public void execute()
- Execute the effect.
undo
public void undo()
- Attempt to undo the effect.
- Specified by:
undo
in interface IEffect
- Overrides:
undo
in class AbstractEffect