Uses of Interface
net.sf.freecol.common.io.sza.AnimationEvent

Packages that use AnimationEvent
net.sf.freecol.common.io.sza Support for reading an animation made from images stored in a zip-file. 
 

Uses of AnimationEvent in net.sf.freecol.common.io.sza
 

Subinterfaces of AnimationEvent in net.sf.freecol.common.io.sza
 interface ImageAnimationEvent
          An event describing that the given image should be displayed.
 

Methods in net.sf.freecol.common.io.sza that return types with arguments of type AnimationEvent
 java.util.Iterator<AnimationEvent> SimpleZippedAnimation.iterator()
          Returns all of the animation events.