Class ConfigListener
java.lang.Object
com.biglybt.core.messenger.browser.listeners.AbstractBrowserMessageListener
com.biglybt.ui.swt.browser.listener.ConfigListener
- All Implemented Interfaces:
BrowserMessageListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class AbstractBrowserMessageListener
context -
Constructor Summary
ConstructorsConstructorDescriptionConfigListener(BrowserWrapper browser) ConfigListener(String id, BrowserWrapper browser) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidhandleMessage(BrowserMessage message) Handles the given message, usually by parsing the parameters and calling the appropriate operation.static voidMethods inherited from class AbstractBrowserMessageListener
debug, debug, getContext, getId, setContext
-
Field Details
-
DEFAULT_LISTENER_ID
- See Also:
-
OP_GET_VERSION
- See Also:
-
OP_NEW_INSTALL
- See Also:
-
OP_CHECK_FOR_UPDATES
- See Also:
-
OP_GET_MAGNET_PORT
- See Also:
-
OP_LOG_DIAGS
- See Also:
-
OP_LOG
- See Also:
-
-
Constructor Details
-
ConfigListener
-
ConfigListener
-
-
Method Details
-
handleMessage
Description copied from class:AbstractBrowserMessageListenerHandles the given message, usually by parsing the parameters and calling the appropriate operation.- Specified by:
handleMessagein interfaceBrowserMessageListener- Specified by:
handleMessagein classAbstractBrowserMessageListener- Parameters:
message- holds all message information
-
logDiagnostics
public static void logDiagnostics() -
checkForUpdates
public static void checkForUpdates()- Since:
- 3.0.5.3
-