00001 /* 00002 * $Id: RCPlayMode_8java-source.html,v 1.2 2002/07/07 20:59:52 stork Exp $ 00003 * 00004 * $Log: RCPlayMode_8java-source.html,v $ 00004 * Revision 1.2 2002/07/07 20:59:52 stork 00004 * update dokumenation 00004 * 00005 * Revision 1.2 2002/06/22 20:15:41 stork 00006 * add some more dokumentation 00007 * 00008 * Revision 1.1.1.1 2002/05/21 20:32:05 stork 00009 * empty project 00010 * 00011 */ 00012 00017 public interface RCPlayMode { 00019 public int BEFORE_KICKOFF = 0; 00020 public int TIME_OVER = 1; 00021 public int PLAY_ON = 2; 00022 public int KICKOFF_LEFT = 3; 00023 public int KICKOFF_RIGHT = 4; 00024 public int KICKIN_LEFT = 5; 00025 public int KICKIN_RIGHT = 6; 00026 public int FREEKICK_LEFT = 7; 00027 public int FREEKICK_RIGHT = 8; 00028 public int CORNERKICK_LEFT = 9; 00029 public int CORNERKICK_RIGHT = 10; 00030 public int GOALKICK_LEFT = 11; 00031 public int GOALKICK_RIGHT = 12; 00032 public int AFTERGOAL_LEFT = 13; 00033 public int AFTERGOAL_RIGHT = 14; 00034 public int DROP_BALL = 15; 00035 public int OFFSIDE_LEFT = 16; 00036 public int OFFSIDE_RIGHT = 17; 00037 public int MAX = 18; 00038 } 00039