~smaioli/azureus/ubuntu-experimental

« back to all changes in this revision

Viewing changes to com/aelitis/azureus/util/DLReferals.java

MergedĀ VuzeĀ 4.2.0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Created on Feb 10, 2009
 
3
 *
 
4
 * Copyright 2008 Vuze, Inc.  All rights reserved.
 
5
 * This program is free software; you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License as published by
 
7
 * the Free Software Foundation; version 2 of the License only.
 
8
 * 
 
9
 * This program is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 
12
 * GNU General Public License for more details.
 
13
 * 
 
14
 * You should have received a copy of the GNU General Public License
 
15
 * along with this program; if not, write to the Free Software
 
16
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
 
17
 */
 
18
 
 
19
package com.aelitis.azureus.util;
 
20
 
 
21
/**
 
22
 * @author TuxPaper
 
23
 * @created Feb 10, 2009
 
24
 *
 
25
 */
 
26
public class DLReferals
 
27
{
 
28
        public static final String DL_REFERAL_PLAYDASHACTIVITY = "playdashboardactivity";
 
29
 
 
30
        public static final String DL_REFERAL_UNKNOWN = "unknown";
 
31
 
 
32
        public static final String DL_REFERAL_LAUNCH = "launch";
 
33
 
 
34
        public static final String DL_REFERAL_PLAYDM = "playdownloadmanager";
 
35
 
 
36
        public static final String DL_REFERAL_SELCONTENT = "selectedcontent";
 
37
 
 
38
        public static final String DL_REFERAL_DBLCLICK = "dblclick";
 
39
 
 
40
        public static final String DL_REFERAL_TOOLBAR = "toolbar";
 
41
 
 
42
        public static final String DL_REFERAL_DASHACTIVITY = "dashboardactivity";
 
43
 
 
44
}