001    package breakout;
002    
003    /** Interface to tell Board that this BreakoutComponent is a Paddle.
004    **/
005    public interface Paddle extends BreakoutComponent {}