Listener is an object that can be added to a IReactorWin32Events reactor to receive callback notification when a Windows event is set. It records what thread its callback is invoked in and fires a Deferred.

Instance Variable success A flag which is set to True when the event callback is called.
Instance Variable logThreadID The id of the thread in which the logPrefix method is called.
Instance Variable eventThreadID The id of the thread in which the event callback is called.
Instance Variable connLostThreadID The id of the thread in which the connectionLost method is called.
Method __init__ Undocumented
Method logPrefix Undocumented
Method occurred Undocumented
Method brokenOccurred Undocumented
Method returnValueOccurred Undocumented
Method connectionLost Undocumented
Instance Variable _finished The Deferred which will be fired when the event callback is called.
success =
A flag which is set to True when the event callback is called.
logThreadID =
The id of the thread in which the logPrefix method is called.
eventThreadID =
The id of the thread in which the event callback is called.
connLostThreadID =
The id of the thread in which the connectionLost method is called.
_finished =
The Deferred which will be fired when the event callback is called.
def __init__(self, finished):
Undocumented
def logPrefix(self):
Undocumented
def occurred(self):
Undocumented
def brokenOccurred(self):
Undocumented
def returnValueOccurred(self):
Undocumented
def connectionLost(self, reason):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.