Namespace Deluge.UI
Deluge
Defined in: Deluge.UI.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
Deluge.UI.initialize()
Create all the interface components, the json-rpc client
and set up various events that the UI will utilise.
|
<static> |
Deluge.UI.onConnectedCheck(connected)
|
<static> |
Deluge.UI.onUpdateError(error)
|
<static> |
Deluge.UI.stop()
|
<static> |
Deluge.UI.update()
|
Method Detail
<static>
Deluge.UI.initialize()
Create all the interface components, the json-rpc client
and set up various events that the UI will utilise.
<static>
Deluge.UI.onConnectedCheck(connected)
- Parameters:
- connected
<static>
Deluge.UI.onUpdateError(error)
- Parameters:
- error
<static>
Deluge.UI.stop()
<static>
Deluge.UI.update()