Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Parameter Injection

On Fri, May 29, 2009 at 2:45 AM, Toedter, Kai <kai.toedter@xxxxxxxxxxx> wrote:
> All,
>
> the current cvs breaks both Boris' photo demo and my contacts demo. Before I start filing bugs I would like to understand the strategy behind parameter injection.
>
> Simple Example: Until yesterday, I could specify a Handler (that was bound to a command using the workbench model) like this:
>
> public class ExitHandler {
>        public void execute(IWorkbench workbench) {
>                workbench.close();
>        }
> }


That would be me ... I removed the IWorkbench from the application
context by accident.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=278369

PW


-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR


Back to the top