Event module.
This module describes the types of events that can be generated by the daemon and subsequently emitted to the clients.
Bases: deluge.event.DelugeEvent
Emitted when a config value changes in the Core.
Bases: object
The base class for all events.
| Prop name: | this is the name of the class which is in-turn the event name |
|---|---|
| Prop args: | a list of the attribute values |
Bases: type
This metaclass simply keeps a list of all events classes created.
Bases: deluge.event.DelugeEvent
Emitted when a more recent version of Deluge is available.
Bases: deluge.event.DelugeEvent
Emitted when a plugin is disabled in the Core.
Bases: deluge.event.DelugeEvent
Emitted when a plugin is enabled in the Core.
Bases: deluge.event.DelugeEvent
Emitted when a torrent is about to be removed from the session.
Bases: deluge.event.DelugeEvent
Emitted when the session has been paused.
Bases: deluge.event.DelugeEvent
Emitted when the session has been resumed.
Bases: deluge.event.DelugeEvent
Emitted when a session has started. This typically only happens once when the daemon is initially started.
Bases: deluge.event.DelugeEvent
Emitted when a new torrent is successfully added to the session.
Bases: deluge.event.DelugeEvent
Emitted when a file within a torrent has been renamed.
Bases: deluge.event.DelugeEvent
Emitted when a torrent finishes downloading.
Bases: deluge.event.DelugeEvent
Emitted when a folder within a torrent has been renamed.
Bases: deluge.event.DelugeEvent
Emitted when the queue order has changed.
Bases: deluge.event.DelugeEvent
Emitted when a torrent has been removed from the session.
Bases: deluge.event.DelugeEvent
Emitted when a torrent resumes from a paused state.
Bases: deluge.event.DelugeEvent
Emitted when a torrent changes state.