| Trees | Index | Help |
|---|
| Package flumotion :: Package component :: Module feedcomponent :: Class Effect |
|
Loggable --+
|
Effect
| Method Summary | |
|---|---|
| |
FeedComponent
|
Get the component owning this effect. |
Set the given component as the effect's owner. | |
Set the given UI state on the effect. | |
| Inherited from Loggable | |
Log a debug message. | |
| dict |
Log a message at the given level, with the possibility of going higher up in the stack. |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. | |
| Instance Variable Summary | |
|---|---|
FeedComponent |
component: component owning the effect |
| string | name: name of the effect |
| Class Variable Summary | |
|---|---|
str |
logCategory: Implementors can provide a category to log their messages under. |
| Inherited from Loggable | |
Implements |
__implemented__ = <implementedBy flumotion.common.log.Lo...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Method Details |
|---|
__init__(self,
name)
|
getComponent(self)Get the component owning this effect.
|
setComponent(self, component)Set the given component as the effect's owner.
|
setUIState(self, state)Set the given UI state on the effect. This method is ideal for adding keys to the UI state.
|
| Instance Variable Details |
|---|
componentcomponent owning the effect
|
namename of the effect
|
| Class Variable Details |
|---|
logCategoryImplementors can provide a category to log their messages under.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:16 2008 | http://epydoc.sf.net |