Class VuzeListener
- java.lang.Object
-
- com.biglybt.core.messenger.browser.listeners.AbstractBrowserMessageListener
-
- com.biglybt.ui.swt.browser.listener.VuzeListener
-
- All Implemented Interfaces:
BrowserMessageListener
public class VuzeListener extends AbstractBrowserMessageListener
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_LISTENER_ID
static java.lang.String
OP_GET_MODE
static java.lang.String
OP_LOAD_VUZE_FILE
static java.lang.String
OP_RUN_SPEED_TEST
-
Fields inherited from class com.biglybt.core.messenger.browser.listeners.AbstractBrowserMessageListener
context
-
-
Constructor Summary
Constructors Constructor Description VuzeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 Detail
-
DEFAULT_LISTENER_ID
public static final java.lang.String DEFAULT_LISTENER_ID
- See Also:
- Constant Field Values
-
OP_LOAD_VUZE_FILE
public static final java.lang.String OP_LOAD_VUZE_FILE
- See Also:
- Constant Field Values
-
OP_GET_MODE
public static final java.lang.String OP_GET_MODE
- See Also:
- Constant Field Values
-
OP_RUN_SPEED_TEST
public static final java.lang.String OP_RUN_SPEED_TEST
- See Also:
- Constant Field Values
-
-
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
-
-