Community
Participate
Working Groups
We have come across a case where a property binding implementation needs to register a listener, which needs to be removed when the binding isn't necessary any more. We currently have dispose method on ModelElement. We need to add one to Resource and BindingImpl classes. Disposing an element would trigger resource dispose which would trigger binding dispose.
Implemented.
verified with build 393
Closing.