On Mon, Feb 20, 2012 at 4:10 AM, Dimitar Georgiev
<anakin.bg@xxxxxxxxx> wrote:
Out of general style considerations,ÂI prefer the instance method. Static hinders polymorphism.
Regards, Dimitar
UIEvents is a (mostly) auto-generated utility class (constants and static methods). Â While I agree in general we don't use static methods, in this case I think it's acceptable.
PW