Class VuzeListener
java.lang.Object
com.biglybt.core.messenger.browser.listeners.AbstractBrowserMessageListener
com.biglybt.ui.swt.browser.listener.VuzeListener
- All Implemented Interfaces:
BrowserMessageListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class com.biglybt.core.messenger.browser.listeners.AbstractBrowserMessageListener
context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleMessage
(BrowserMessage message) Handles the given message, usually by parsing the parameters and calling the appropriate operation.Methods inherited from class com.biglybt.core.messenger.browser.listeners.AbstractBrowserMessageListener
debug, debug, getContext, getId, setContext
-
Field Details
-
DEFAULT_LISTENER_ID
- See Also:
-
OP_LOAD_VUZE_FILE
- See Also:
-
OP_GET_MODE
- See Also:
-
OP_RUN_SPEED_TEST
- See Also:
-
-
Constructor Details
-
VuzeListener
public VuzeListener()
-
-
Method Details
-
handleMessage
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
-