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

java.lang.Object
  extended by de.cau.cs.kieler.core.kivi.AbstractEffect
      extended by 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 red

Constructor Summary
TestEffectA()
           
 
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

TestEffectA

public TestEffectA()
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