Class TorrentListener
java.lang.Object
com.biglybt.core.messenger.browser.listeners.AbstractBrowserMessageListener
com.biglybt.ui.swt.browser.listener.TorrentListener
- All Implemented Interfaces:
BrowserMessageListener
-
Field Summary
FieldsFields inherited from class AbstractBrowserMessageListener
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(BrowserMessage message) Handles the given message, usually by parsing the parameters and calling the appropriate operation.private static booleanloadTorrentByB64(Core core, BrowserMessage message, String b64) static booleanloadTorrentByB64(Core core, String b64) voidsetShell(org.eclipse.swt.widgets.Shell shell) voidMethods inherited from class AbstractBrowserMessageListener
debug, debug, getContext, getId, setContext
-
Field Details
-
DEFAULT_LISTENER_ID
- See Also:
-
OP_LOAD_TORRENT_OLD
- See Also:
-
OP_LOAD_TORRENT
- See Also:
-
torrentURLHandler
-
-
Constructor Details
-
TorrentListener
-
TorrentListener
public TorrentListener()
-
-
Method Details
-
setTorrentURLHandler
-
setShell
public void setShell(org.eclipse.swt.widgets.Shell shell) -
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
-
loadTorrentByB64
-
loadTorrentByB64
- Since:
- 3.0.1.7
-