de.cau.cs.kieler.core.kivi.test
Class TestEffectSlow

java.lang.Object
  extended by de.cau.cs.kieler.core.kivi.AbstractEffect
      extended by de.cau.cs.kieler.core.kivi.test.TestEffectSlow
All Implemented Interfaces:
IEffect

public class TestEffectSlow
extends AbstractEffect

Simple Test effect that prints onto the console and waits 50ms.

Rating red

Constructor Summary
TestEffectSlow(long delay)
           
 
Method Summary
 void execute()
          Execute the effect.
 void undo()
          Attempt to undo the effect.
 
Methods inherited from class de.cau.cs.kieler.core.kivi.AbstractEffect
isMergeable, merge, schedule, scheduleUndo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestEffectSlow

public TestEffectSlow(long delay)
Method Detail

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