pdk.Messaging ($Date: 2002/12/04 10:13:05 $) | index pdk/Messaging.py |
Generalized messaging services. Allows broadcasting of messages to arbitrary listeners (cf. observer pattern,
Signal/Slot architecture of the Qt toolkit), both locally and across a network. Message IDs are strings (internally, the hash value of each ID string is used
for efficiency). Also features Notes: FOG,RH 01.2000,08.2001,10.2002
Classes | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Functions | ||||||||||||||
|
Data | ||
MSG_OK = 'msg_ok' MSG_CANCEL = 'msg_cancel' MSG_CLOSE = 'msg_close' MSG_KEYPRESSED = 'msg_keypressed' MSG_EXIT = 'msg_exit' |
Author | ||
$Author: gathmann $
|