EventConstants.java :  » Browser » sett-browser » org » zirco » events » Android Open Source

Android Open Source » Browser » sett browser 
sett browser » org » zirco » events » EventConstants.java
/*
 * Zirco Browser for Android
 * 
 * Copyright (C) 2010 J. Devauchelle and contributors.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * version 3 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

package org.zirco.events;

/**
 * This class defines events constants.
 */
public class EventConstants {
  
  public static final String EVT_WEB_ON_URL_LOADING = "EVT_WEB_ON_URL_LOADING";
  public static final String EVT_WEB_ON_PAGE_FINISHED = "EVT_WEB_ON_PAGE_FINISHED";
  public static final String EVT_WEB_ON_PAGE_STARTED = "EVT_WEB_ON_PAGE_STARTED";
  
  public static final String EVT_VND_URL = "EVT_VND_URL";
  
  public static final String EVT_DOWNLOAD_ON_START = "EVT_DOWNLOAD_ON_START";
  public static final String EVT_DOWNLOAD_ON_FINISHED = "EVT_DOWNLOAD_ON_FINISHED";
  public static final String EVT_DOWNLOAD_ON_PROGRESS = "EVT_DOWNLOAD_ON_PROGRESS";

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.