| Summary: | Rename ITool to IGesture, separate IHandler (interaction policies) from IPolicy (transaction policy). | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nyssen |
| Version: | 1.1.0 | ||
| Target Milestone: | 5.0.0 (Oxygen) M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
What about IGesture? I renamed ITool to IGesture, and adjusted the package name, test class names, and binding method names accordingly. The code is published on the master branch, therefore, I resolve this ticket as fixed for 5.0.0 M6. In the context of this bug, the interaction policies have been conceptually split from the transaction policies. Interaction policies are now called handlers ( IHandler/AbstractHandler), and transaction policies are now simply called policies (IPolicy/AbstractPolicy). |