Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Eclipse 4 Command with multiple Handlers not working
Eclipse 4 Command with multiple Handlers not working [message #1117940] Thu, 26 September 2013 23:56 Go to next message
Santhosh Kumar is currently offline Santhosh KumarFriend
Messages: 44
Registered: March 2011
Member
We have defined a command and defined two handlers. Each handlers have @CanExecute annotation and is defined to evaluate such that only one of it returns true at anytime.

When both of these handlers are defined, only the last (in the handlers list) is executed and the other one is not activated anytime. Its @CanExecute method is never called.

Each of these handlers works fine when it is just handler for that command. Any idea why this behavior?

Thank you.

[Updated on: Thu, 26 September 2013 23:56]

Report message to a moderator

Re: Eclipse 4 Command with multiple Handlers not working [message #1129054 is a reply to message #1117940] Tue, 08 October 2013 08:39 Go to previous message
Eclipse UserFriend
Commands can have one handler at a time.
Previous Topic:Exploring your E4 context. What is inside ?
Next Topic:"Select All" behaviour in Variables view
Goto Forum:
  


Current Time: Thu Apr 25 21:21:39 GMT 2024

Powered by FUDForum. Page generated in 0.03026 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top