Scenario cont’d
•Repair is pretty much the same except it may want to highlight a specific sticky.
–Modeling.ModelControl.highlightSticky(String ID);
•
•Or he may want to remove a sticky after he is finished with it.
–Modeling.ModelControl.removeSticky(String ID);
•