Package games.stendhal.client.sprite
Interface SequenceSprite.SequenceSpriteListener
- All Known Implementing Classes:
ImageEffect
- Enclosing class:
- SequenceSprite
public static interface SequenceSprite.SequenceSpriteListener
Interface for objects that receive notifications at the end of the
sprite sequence.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when all the image frames have been drawn.
-
Method Details
-
endSequence
void endSequence()Called when all the image frames have been drawn.
-