Changes

Jump to: navigation, search

Proxy

13 bytes added, 21:31, 16 January 2007
Code Samples
# SUBSCRIBER: subscribes to certain events.
<b>class Subscriber(Pyro.core.CallbackObjBase)</b>:
def __init__(self, ident=None):
Pyro.core.ObjBase.__init__(self)
# PUBLISHER: publishes events.
<b>class Publisher</b>:
def __init__(self, ident=None):
Pyro.core.initClient()
self.eventservice.publish(subjects,msg)
</pre>
 
==References==
1
edit

Navigation menu