Class ConfigListener
- java.lang.Object
-
- com.biglybt.core.messenger.browser.listeners.AbstractBrowserMessageListener
-
- com.biglybt.ui.swt.browser.listener.ConfigListener
-
- All Implemented Interfaces:
BrowserMessageListener
public class ConfigListener extends AbstractBrowserMessageListener
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_LISTENER_ID
static java.lang.String
OP_CHECK_FOR_UPDATES
static java.lang.String
OP_GET_MAGNET_PORT
static java.lang.String
OP_GET_VERSION
static java.lang.String
OP_LOG
static java.lang.String
OP_LOG_DIAGS
static java.lang.String
OP_NEW_INSTALL
-
Fields inherited from class com.biglybt.core.messenger.browser.listeners.AbstractBrowserMessageListener
context
-
-
Constructor Summary
Constructors Constructor Description ConfigListener(BrowserWrapper browser)
ConfigListener(java.lang.String id, BrowserWrapper browser)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.biglybt.core.messenger.browser.listeners.AbstractBrowserMessageListener
debug, debug, getContext, getId, setContext
-
-
-
-
Field Detail
-
DEFAULT_LISTENER_ID
public static final java.lang.String DEFAULT_LISTENER_ID
- See Also:
- Constant Field Values
-
OP_GET_VERSION
public static final java.lang.String OP_GET_VERSION
- See Also:
- Constant Field Values
-
OP_NEW_INSTALL
public static final java.lang.String OP_NEW_INSTALL
- See Also:
- Constant Field Values
-
OP_CHECK_FOR_UPDATES
public static final java.lang.String OP_CHECK_FOR_UPDATES
- See Also:
- Constant Field Values
-
OP_GET_MAGNET_PORT
public static final java.lang.String OP_GET_MAGNET_PORT
- See Also:
- Constant Field Values
-
OP_LOG_DIAGS
public static final java.lang.String OP_LOG_DIAGS
- See Also:
- Constant Field Values
-
OP_LOG
public static final java.lang.String OP_LOG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConfigListener
public ConfigListener(java.lang.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 interfaceBrowserMessageListener
- Specified by:
handleMessage
in classAbstractBrowserMessageListener
- Parameters:
message
- holds all message information
-
logDiagnostics
public static void logDiagnostics()
-
checkForUpdates
public static void checkForUpdates()
- Since:
- 3.0.5.3
-
-