de.cau.cs.kieler.core.kivi
Class UnlockEffect
java.lang.Object
de.cau.cs.kieler.core.kivi.AbstractEffect
de.cau.cs.kieler.core.kivi.UnlockEffect
- All Implemented Interfaces:
- IEffect
public class UnlockEffect
- extends AbstractEffect
A simple effect that unlocks a given Object. Can be used to synchronize effects with other
objects.
- Rating

Method Summary |
void |
execute()
Execute the effect. |
UnlockEffect
public UnlockEffect(Object unlockTarget)
- Create a new UnlockEffect with a given target on which
Object.notifyAll()
will be called.
- Parameters:
unlockTarget
- the target to call notifyAll on
execute
public void execute()
- Execute the effect.