interface documentation

class IReactorInstaller(Interface):

Known implementations: twisted.application.reactors.Reactor

View In Hierarchy

Definition of a reactor which can probably be installed.

Method install Install this reactor.
Attribute description A longer string giving a user-facing description of this reactor.
Attribute shortName A brief string giving the user-facing name of this reactor.
def install():

Install this reactor.

description =

A longer string giving a user-facing description of this reactor.

shortName =

A brief string giving the user-facing name of this reactor.