| Summary: | Simplify ActivatableSupport contract through lambdas | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF Common | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.0.0 | ||
| Target Milestone: | 5.0.0 (Oxygen) M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
Pushed the following changes to origin/master: - Add runnable callacks to ActivatableSupport#activate() and deactivate(), which are properly guarded against multiple invocations of activate. - Ensured all implementers of IActivatable provide doActivate() and doDeactivate() callbacks, that are passed in as arguments. - Made all delegate functions final in all IActivatable implementers. Resolving as fixed in 5.0.0 M4. |