cs015.SP
Interface SnowMouth

All Known Implementing Classes:
CoalMouth

public interface SnowMouth

This is an interface for all SnowPerson's mouths. The mouth should be able to open and close and also to start some sort of animation.

Author:
ng

Method Summary
 void Close()
          Makes the eyes look closed.
 void Open()
          Makes the eyes look open.
 void StartAnimate()
          Start the animation of mouth.
 

Method Detail

Open

public void Open()
Makes the eyes look open.


Close

public void Close()
Makes the eyes look closed.


StartAnimate

public void StartAnimate()
Start the animation of mouth. The animation will not interfere with the regular flow of the program.