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

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

public class ConfigListener
extends AbstractBrowserMessageListener

Author:
TuxPaper

Field Summary
static String DEFAULT_LISTENER_ID
           
static String OP_CHECK_FOR_UPDATES
           
static String OP_GET_MAGNET_PORT
           
static String OP_GET_VERSION
           
static String OP_LOG
           
static String OP_LOG_DIAGS
           
static String OP_NEW_INSTALL
           
 
Fields inherited from class com.aelitis.azureus.core.messenger.browser.listeners.AbstractBrowserMessageListener
context
 
Constructor Summary
ConfigListener(BrowserWrapper browser)
           
ConfigListener(String id, BrowserWrapper browser)
           
 
Method Summary
static void checkForUpdates()
           
 void handleMessage(BrowserMessage message)
          Handles the given message, usually by parsing the parameters and calling the appropriate operation.
static void logDiagnostics()
           
 
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_GET_VERSION

public static final String OP_GET_VERSION
See Also:
Constant Field Values

OP_NEW_INSTALL

public static final String OP_NEW_INSTALL
See Also:
Constant Field Values

OP_CHECK_FOR_UPDATES

public static final String OP_CHECK_FOR_UPDATES
See Also:
Constant Field Values

OP_GET_MAGNET_PORT

public static final String OP_GET_MAGNET_PORT
See Also:
Constant Field Values

OP_LOG_DIAGS

public static final String OP_LOG_DIAGS
See Also:
Constant Field Values

OP_LOG

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

ConfigListener

public ConfigListener(String id,
                      BrowserWrapper browser)

ConfigListener

public ConfigListener(BrowserWrapper browser)
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

logDiagnostics

public static void logDiagnostics()

checkForUpdates

public static void checkForUpdates()
Since:
3.0.5.3