Home | Trees | Indices | Help |
|
---|
|
|
|||
IOHandlerPrepareResult Result of the IOHandler.prepare method. |
|||
HandlerReady Returned by the IOHandler.prepare method when the object is ready to handle I/O events and doesn't need further calls to the IOHandler.prepare method. |
|||
PrepareAgain Returned by the IOHandler.prepare method when the method needs to be called again. |
|||
IOHandler Wrapper for a socket or a file descriptor to be used in event loop or for I/O threads. |
|||
Event Base class for PyXMPP2 events. |
|||
EventHandler Base class for PyXMPP event handlers. |
|||
TimeoutHandler Base class for PyXMPP timeout handlers. |
|||
MainLoop Base class for main loop implementations. |
|
|||
|
|||
|
|
|||
QUIT = QuitEvent() event (instance of a QuitEvent class) used to terminate the main event loop. |
|
Method decorator generator for decorating event handlers. To be used on EventHandler subclass methods only.
|
Method decorator generator for decorating event handlers. To be used on TimeoutHandler subclass methods only.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jul 10 09:22:45 2011 | http://epydoc.sourceforge.net |