Skip to main content



      Home
Home » Eclipse Projects » Eclipse 4 » Kepler M7: @EventTopic works, but not @UIEventTopic
Kepler M7: @EventTopic works, but not @UIEventTopic [message #1058746] Tue, 14 May 2013 16:45 Go to next message
Eclipse UserFriend
Hi

my application was working with earlier milestones of Kepler, but not with 4.3M7.
An event handler using UIEventTopic is not called. I noticed, if I change it to @EventTopic it gets called.
Am I missing a newly needed Addon, or something else?

broker.post("foo", "abc" );

@Inject
public void handler( @Optional @EventTopic("foo") String fileName ){
  // works
}
@Inject
public void handler( @Optional @UIEventTopic("foo") String fileName ){
  // not called
}


Thanks
Frank

Re: Kepler M7: @EventTopic works, but not @UIEventTopic [message #1058750 is a reply to message #1058746] Tue, 14 May 2013 17:27 Go to previous message
Eclipse UserFriend
Hi

this is solved.
I had this in a processor class. Now I changed it to a Addon and it works.

thanks
Frank
Previous Topic:Minimize/Maximize Partstack
Next Topic:The visibleWhen of toolbar does not work well on Eclipse 4.2
Goto Forum:
  


Current Time: Wed Jul 23 06:14:21 EDT 2025

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

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

Back to the top