> channel = orb.getRootInterface(channelname)
> chadmin = channel.for_consumers()
> supplier = chadmin.obtain_push_supplier()
> listener = EventListener()
> supplier.connect_push_consumer(listener)

Not sure, but I guess you want a 

listener._this()

here.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to