net.sf.freecol.common.io.sza
Interface ImageAnimationEvent

All Superinterfaces:
AnimationEvent

public interface ImageAnimationEvent
extends AnimationEvent

An event describing that the given image should be displayed.


Method Summary
 int getDurationInMs()
          Returns the duration the image should be displayed.
 java.awt.Image getImage()
          Returns the image this event contains.
 

Method Detail

getImage

java.awt.Image getImage()
Returns the image this event contains.

Returns:
The image to be displayed.

getDurationInMs

int getDurationInMs()
Returns the duration the image should be displayed.

Returns:
The amount of milliseconds to display the image.