PDA

View Full Version : Enhancement of common classes with generics


maku
05-17-2008, 10:43 AM
Hi,

from my point of view it would be a good idea to enhance classes like AppEvent with "generic" info e.g. for data object to make the type explicit.

What do you think?

Regards
Martin

zaccret
05-21-2008, 04:48 AM
Yes. Why not. On the other side when you don't use the data object, you don't use the generic so you get a warning, but that's not really an issue.

By the way, a Data generic has been add on AppEvent in beta3 (but not on Controller.handleEvent(AppEvent)).