Either handlers need to be called out separately, or we need a more
generic term for handlers and methods.  Note that the most important
distinction of handlers from methods is that they cannot be
overridden in a subclass (or a trait).  Handlers 'accumulate'.  In
meta-object-protocol speak, their 'method combination' is 'all',
whereas the method combination for normal methods is 'most specific'.

Reminds me of the saying "Friends come and go, enemies accumulate".

 


_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to