Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] Change to Events Handling on EditParts and EditPolicies


Hi All ;
        This is just a Haads Up email to let you know that We are planning to deliver a fundamental change to the events handling in  the EditParts and EditPolicies.

As summary of the change is that the edit parts will implement NotificationListener instead of a PropertyChangeListener, so they could receive direct EMF Notification

As a result; both of handlePropertChange(PropertyChange) and handleNotificationChange(NotificationEvent) APIs will be replaced by handleNotificationChange(Notification), and the Presentation listener will no longer expect a PropertyChangeListenerss but it will expect a NotificationListener

all code in the GMF had been swept to accommodate that change; and the change should be delivered by tomorrow

Mohammed Mostafa
Rational Software | IBM Software Group
770 Palladium Drive
Kanata, ON, Canada, K2V 1C8
tel: 613 591 7928
mmostafa@xxxxxxxxxx


Back to the top