Trees | Index | Help |
---|
Package flumotion :: Package component :: Module feedcomponent010 :: Class Eater |
|
Method Summary | |
---|---|
__init__(self,
eaterId)
| |
The eater has been connected. | |
The eater has been disconnected. | |
Inform the eater of an offset discontinuity. | |
|
Instance Variable Summary | |
---|---|
eaterId : id of the feed this is eating from | |
uiState : the serializable UI State for this eater |
Method Details |
---|
connected(self, fd, when=None)The eater has been connected. Update related stats. |
disconnected(self, when=None)The eater has been disconnected. Update related stats. |
offsetDiscont(self, units, offset)Inform the eater of an offset discontinuity. This is called from a bus message handler, so in the main thread. |
timestampDiscont(self, seconds, timestamp)
|
Instance Variable Details |
---|
eaterIdid of the feed this is eating from |
uiStatethe serializable UI State for this eater |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Apr 6 10:10:25 2007 | http://epydoc.sf.net |