www.pudn.com > TWPlaneGame.rar > KeyRepeater.java


package twplanegame;

interface KeyRepeater
{
   /**
    * Called when a game action is to be performed.
    *
    * @param gameAction The game action that is to be performed.
    */
   public void moveMyPlane(int gameAction);
}