On Wed, 1 Nov 2006 19:05:38 +0200, kgi <[EMAIL PROTECTED]> wrote:
On Wednesday 01 November 2006 18:15, Jean-Paul Calderone wrote:
The issue with the handler you showed me is most likely that the handler
thinks its first argument is an event, but it is actually a node. There is
no way to access the event object right now, but I have been considering
just passing it as the next argument.
Darn, I only just now saw that there were more emails in this thread since I
started to compose my example. That's probably the cause of the problem.
So, is:
function doFoo ( self, node )
currently the canonical prototype for all athena event handlers, without
exception?
Yes, though this may shortly change to
function doFoo(self, node, event)
(which is completely backwards compatible, of course, due to the magic of
javascript sucking so much).
Jean-Paul
_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web