com.aelitis.azureus.util
Class DLReferals

java.lang.Object
  extended by com.aelitis.azureus.util.DLReferals

public class DLReferals
extends Object

Author:
TuxPaper

Field Summary
static String DL_REFERAL_DASHACTIVITY
           
static String DL_REFERAL_DBLCLICK
           
static String DL_REFERAL_LAUNCH
           
static String DL_REFERAL_PLAYDASHACTIVITY
           
static String DL_REFERAL_PLAYDM
           
static String DL_REFERAL_SELCONTENT
           
static String DL_REFERAL_TOOLBAR
           
static String DL_REFERAL_UNKNOWN
           
 
Constructor Summary
DLReferals()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DL_REFERAL_PLAYDASHACTIVITY

public static final String DL_REFERAL_PLAYDASHACTIVITY
See Also:
Constant Field Values

DL_REFERAL_UNKNOWN

public static final String DL_REFERAL_UNKNOWN
See Also:
Constant Field Values

DL_REFERAL_LAUNCH

public static final String DL_REFERAL_LAUNCH
See Also:
Constant Field Values

DL_REFERAL_PLAYDM

public static final String DL_REFERAL_PLAYDM
See Also:
Constant Field Values

DL_REFERAL_SELCONTENT

public static final String DL_REFERAL_SELCONTENT
See Also:
Constant Field Values

DL_REFERAL_DBLCLICK

public static final String DL_REFERAL_DBLCLICK
See Also:
Constant Field Values

DL_REFERAL_TOOLBAR

public static final String DL_REFERAL_TOOLBAR
See Also:
Constant Field Values

DL_REFERAL_DASHACTIVITY

public static final String DL_REFERAL_DASHACTIVITY
See Also:
Constant Field Values
Constructor Detail

DLReferals

public DLReferals()