Class e.p.g.g.GnomeScreensaverService(ServiceProvider):

Part of elisa.plugins.gnome.gnome_screensaver_service View In Hierarchy

This class connect to the Gnome Screen Saver and blocks it
Line # Kind Name Docs
61 Method initialize Initialize the component.
106 Method clean Clean the component.
117 Method _un_inhibit Undocumented
128 Method _inhibit Undocumented
141 Method _frontend_loaded Undocumented
152 Method _playback_ended Undocumented
156 Method _player_status_cb Undocumented

Inherited from ServiceProvider:

Line # Kind Name Docs
32 Method start Start the service.
41 Method stop Stop the service.

Inherited from Component (via ServiceProvider):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.

Inherited from Loggable (via ServiceProvider, Component):

Line # Kind Name Docs
81 Method __init__ Undocumented
def initialize(self):
Initialize the component.

This method is called by Component.create to finish the initialization of a component.

Returnsa deferred called when a component is fully initialized (type: twisted.internet.defer.Deferred )
def clean(self):
Clean the component.

This method is called when a component is not needed anymore to clean its state.

Returnsa deferred called when the component has finished cleaning its state (type: twisted.internet.defer.Deferred )
def _un_inhibit(self):
Undocumented
def _inhibit(self, reason):
Undocumented
def _frontend_loaded(self, msg, sender):
Undocumented
def _playback_ended(self, player):
Undocumented
def _player_status_cb(self, player, status):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.