> > But how would it know where to look, and which interfaces constituted > "listener" interfaces? I think Todd's > >
In Pivot, anything method that returns a subtype of ListenerList is, by definition, a listener API. It's not hard to use reflection to scan for methods that match that pattern, and then scan the appropriate interface class to find the right method. IMNSHO, Todd's syntax looks pretty long-winded and awkward to use, especially if you're done some HTML programming. -- Noel.
