1 package net.suberic.pooka.messaging; 2 3 6 public interface PookaMessagingConstants { 7 8 9 public static String S_NEW_MESSAGE = "new_message"; 10 11 12 public static String S_CHECK_VERSION = "show_pookarc"; 13 14 15 public static String S_START_POOKA = "start_pooka"; 16 17 18 public static String S_BYE = "bye"; 19 20 21 public static String S_OK = "ok"; 22 23 24 public static int S_PORT = 27029; 25 26 } 27 | Popular Tags |