Re: Does anybody want to replace base handler ?
Martin Matula <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Holger, >>I need to see the implementation. I don't see why they are needed by >>EventNotifier. The reason I don't like them is their name. It is not >>obvious from the names what the difference is between EVENTMASK_BY and >>EVENTMASK_ON events is. I would even think that their meaning is >>opposite. I.e. "BY" events are fired *by* the object (object is the >>source), "ON" events are fired *on* object (object is either the source >>or source's package/etc.). It is confusing. > > > I have no problems neither with name changes nor with removing the > constants I called EVENTMASK_BY. Decide to your pleasure after code review. OK, I think it would be better to remove them. Martin