Bug 497954 - Remove interaction aspects from AbstractBehavior#updateHandles().
Summary: Remove interaction aspects from AbstractBehavior#updateHandles().
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF MVC (show other bugs)
Version: 1.0.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-15 07:27 EDT by Matthias Wienand CLA
Modified: 2016-07-15 07:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Wienand CLA 2016-07-15 07:27:47 EDT

    
Comment 1 Matthias Wienand CLA 2016-07-15 07:48:30 EDT
Currently, the AbstractBehavior#updateHandles() method takes an "interactedWith" handle and a corresponding "handleComparator" as parameters. However, these are special concepts that do not belong into AbstractBehavior. Instead, a mapping from new handles to preserved old handles should be passed-in by the interaction policies that call AbstractBehavior#updateHandles().