Package peppy :: Package yapsy :: Module IPlugin :: Class IPlugin
[frames] | no frames]

Class IPlugin

object --+
         |
        IPlugin
Known Subclasses:

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

Instance Methods
 
__init__(self)
Set the basic variables.
 
activate(self)
Called at plugin activation.
 
deactivate(self)
Called when the plugin is disabled.

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

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

Set the basic variables.

Overrides: object.__init__