Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tools-dev] [GEF] I am missing an addListener-Method...

You're right.  We were about to make that field private and realized that
there is no add(...).  We'll add the add.
Out of curiosity, what other types of notifications will you provide from
your EditPart?



                                                                                                                                                    
                      "Thilo                                                                                                                        
                      Schwidurski"             To:       <tools-dev@xxxxxxxxxxx>                                                                    
                      <thilo.s@xxxxxx>         cc:                                                                                                  
                      Sent by:                 Subject:  [tools-dev] [GEF] I am missing an addListener-Method...                                    
                      tools-dev-admin@e                                                                                                             
                      clipse.org                                                                                                                    
                                                                                                                                                    
                                                                                                                                                    
                      05/14/2002 08:01                                                                                                              
                      AM                                                                                                                            
                      Please respond to                                                                                                             
                      tools-dev                                                                                                                     
                                                                                                                                                    
                                                                                                                                                    



... in com.ibm.etools.gef.editparts.AbstractEditPart (for eventListeners is
dreprecated) to be able to call addListener(NodeListener.class, listener);

It would be nice if this method could be added in a future release.

Regards, Thilo.

_______________________________________________
tools-dev mailing list
tools-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/tools-dev





Back to the top