Package yapsy :: Module IPlugin :: Class IPlugin
[hide private]

Class IPlugin

source code

object --+
         |
        IPlugin

The most simple interface to be inherited when creating a plugin.

Instance Methods [hide private]
 
__init__(self)
Set the basic variables.
source code
 
activate(self)
Called at plugin activation.
source code
 
deactivate(self)
Called when the plugin is disabled.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Set the basic variables.
Overrides: object.__init__