com.aelitis.azureus.ui.swt.browser.listener
Class VuzeListener

java.lang.Object
  extended by com.aelitis.azureus.core.messenger.browser.listeners.AbstractBrowserMessageListener
      extended by com.aelitis.azureus.ui.swt.browser.listener.VuzeListener
All Implemented Interfaces:
BrowserMessageListener

public class VuzeListener
extends AbstractBrowserMessageListener


Field Summary
static String DEFAULT_LISTENER_ID
           
static String OP_GET_MODE
           
static String OP_GET_REMAINING
           
static String OP_INSTALL_TRIAL
           
static String OP_LOAD_VUZE_FILE
           
static String OP_RUN_SPEED_TEST
           
 
Fields inherited from class com.aelitis.azureus.core.messenger.browser.listeners.AbstractBrowserMessageListener
context
 
Constructor Summary
VuzeListener()
           
 
Method Summary
 void handleMessage(BrowserMessage message)
          Handles the given message, usually by parsing the parameters and calling the appropriate operation.
 
Methods inherited from class com.aelitis.azureus.core.messenger.browser.listeners.AbstractBrowserMessageListener
debug, debug, getContext, getId, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LISTENER_ID

public static final String DEFAULT_LISTENER_ID
See Also:
Constant Field Values

OP_LOAD_VUZE_FILE

public static final String OP_LOAD_VUZE_FILE
See Also:
Constant Field Values

OP_INSTALL_TRIAL

public static final String OP_INSTALL_TRIAL
See Also:
Constant Field Values

OP_GET_MODE

public static final String OP_GET_MODE
See Also:
Constant Field Values

OP_GET_REMAINING

public static final String OP_GET_REMAINING
See Also:
Constant Field Values

OP_RUN_SPEED_TEST

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

VuzeListener

public VuzeListener()
Method Detail

handleMessage

public void handleMessage(BrowserMessage message)
Description copied from class: AbstractBrowserMessageListener
Handles the given message, usually by parsing the parameters and calling the appropriate operation.

Specified by:
handleMessage in interface BrowserMessageListener
Specified by:
handleMessage in class AbstractBrowserMessageListener
Parameters:
message - holds all message information