Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 132152

Summary: Allow command stack subclasses to notify event listeners
Product: [Tools] GEF Reporter: Randy Hudson <hudsonr>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.2.0 (Callisto) M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Randy Hudson CLA 2006-03-16 09:40:43 EST
notifyListeners() is protected, but notifyListeners(command, int) is not. This new type of notification should be available to subclasses like the original.
Comment 1 Randy Hudson CLA 2006-03-16 09:41:25 EST
fixed