Community
Participate
Working Groups
In SWT, some widget may have a property name as the event such as the selection of Button. To prevent this conflict, we add a suffix "Event" in event. For each UI Element, we have introduced a new event "loaded" which corresponds an event of resource loading. But this event doesn't respect the event name convention. It should be LoadedEvent.
Fixed and committed -> 20100831