001package votorola.a.locale.gwt;
002
003
004/** UI messages for GWT clients under package {@linkplain votorola.a a}.
005  *
006  *     @see <a href='http://reluk.ca/w/Stuff:Votorola/lo/f/gwtA' target='_top'
007  *                                     >Stuff:Votorola/lo/f/gwtA</a>
008  */
009public interface A extends com.google.gwt.i18n.client.Messages
010{
011
012    public String poll();
013
014   // - c o u n t ------------------------------------------------------------------------
015
016    public String count_gwt_CountCallback( Throwable x, String loc );
017
018}