gameaction
Class CutSceneStop

java.lang.Object
  extended by gameaction.AbstractGameAction
      extended by gameaction.CutSceneStop
All Implemented Interfaces:
java.io.Serializable

public class CutSceneStop
extends AbstractGameAction

See Also:
Serialized Form

Constructor Summary
CutSceneStop(AbstractCharacterSprite c, GameLocation location)
           
 
Method Summary
 void update(long elapsedTime)
          Updates the game action
 
Methods inherited from class gameaction.AbstractGameAction
getCharacter, isSecondMethodCall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CutSceneStop

public CutSceneStop(AbstractCharacterSprite c,
                    GameLocation location)
Method Detail

update

public void update(long elapsedTime)
Description copied from class: AbstractGameAction
Updates the game action

Specified by:
update in class AbstractGameAction
Parameters:
elapsedTime - time between two frames