org.deken.game
Interface Updateable

All Known Subinterfaces:
Animation, Audio, Background, ComplexAnimation, KeyMovement, MouseMovement, Movement, Sound
All Known Implementing Classes:
Actor, AudioClipAudio, BaseActor, BaseAnimation, BaseMovement, BaseSound, BounceAnimation, BounceOnceAnimation, ClipAudio, ClipAudioFilter, ConfigurationMenu, Decor, DecorTriggerListener, DissolveAnimation, DistanceClipFilter, DistanceMidiFilter, EllipseShapeAnimation, FixedBackground, FourKeyMovement, FourKeyToTile4Movement, FreeStyleMap, GameMap, GameState, GButton, GComponent, GContainer, GDecoratedContainer, GLabel, GMenu, GMenuPopout, GParagraph, GScrollingLabel, GScrollingParagraph, GSimpleContainer, GTableContainer, GTextContainer, GTextEntry, GToggleButton, GWindow, GWindow.CloseButton, KeyPollMonitor, LayeredAnimation, LayeredBackground, LocationTrigger, LoopedAnimation, LoopedSound, MidiAudio, MidiAudioFilter, MirrorTile, MouseDragMovement, MultiMenu, NoAnimation, NoMovement, NullDecor, NullState, OnceAnimation, PanLengthBackground, PanSpeedBackground, ParallaxBackground, ParallaxWrapBackground, PathFindingToTile4Movement, RandomAnimation, RandomListAnimation, RandomSound, RectangleShapeAnimation, ScriptMovement, ScrollBackground, SimpleMovement, SimpleTrigger, SingleSound, Sprite, StaticAnimation, StreamAudio, TileAnimation, TileMap, TimeListeningSound, TimeMovement, ToCorner4Movement, ToTile4Movement, Trigger, TwoKeyMovement, Wander8Movement, WanderToTile4Movement

public interface Updateable

Title: Updateable

Description: Interface for the update(long) method.

Copyright: Copyright (c) 2006

Version:
1.0
Author:
Gary Deken

Method Summary
 java.lang.String getName()
           
 void update(long elapseTime)
          This method takes the elapse time, and calculates the new current frame of the animation.
 

Method Detail

getName

java.lang.String getName()
Returns:

update

void update(long elapseTime)
This method takes the elapse time, and calculates the new current frame of the animation.

Parameters:
elapseTime - long