package org.zkoss.zksandbox.zkfiddle; /** * Created with IntelliJ IDEA. * User: payegishemingway * Date: 2/19/13 * Time: 10:09 AM * To change this template use File | Settings | File Templates. */ public class MyConsts { public final static String EVENTQUEUE_CONNECTION = "connection"; public final static String EVENT_MESSAGE_1 = "sendMessage1"; }