twisted.internet.test.test_win32events.Listener(object)
class documentationtwisted.internet.test.test_win32events
(View In Hierarchy)
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. |