00001 /* 00002 * $Id: RCEventType_8java-source.html,v 1.2 2002/07/07 20:59:52 stork Exp $ 00003 * 00004 * $Log: RCEventType_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/27 20:26:39 stork 00006 * add + update dokumentation 00007 * 00008 * Revision 1.1.1.1 2002/05/21 20:32:05 stork 00009 * empty project 00010 * 00011 */ 00012 00017 public interface RCEventType { 00019 public int SERVER_PARAM = 0; 00020 public int PLAYER_PARAM = 1; 00021 public int PLAYER_TYPE = 2; 00022 public int SEE = 3; 00023 public int HEAR = 4; 00024 public int SENCE = 5; 00025 } 00026