| Trees | Indices | Help |
|
|---|
|
|
Input events provider class. Plugins can't subclass it directly, they have to use either PollInputProvider or PushInputProvider classes.
| Instance Methods | |||
|
|||
|
Inherited from Inherited from |
|||
| Inherited from component.Component | |||
|---|---|---|---|
twisted.internet.defer.Deferred
|
|
||
twisted.internet.defer.Deferred
|
|
||
|
|||
|
|||
| Inherited from log.Loggable | |||
|
|||
| Class Methods | |||
| Inherited from component.Component | |||
|---|---|---|---|
| elisa.core.component.Component or a subclass |
|
||
| Class Variables | |
|
Inherited from |
|
| Inherited from component.Component | |
|---|---|
config_doc = {}
|
|
default_config = {}
|
|
name = property(fget= name__get, fset= name__set)
|
|
path = PathDescriptor()
|
|
| Properties | |
|
Inherited from |
| Method Details |
Translate external input data to an InputEvent object, understandable by the InputManager. This method has to be overriden by InputProvider implementations. This method is called by InputProvider implementations.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 1 10:54:29 2009 | http://epydoc.sourceforge.net |