Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » No notification on UI Life Cycle event
No notification on UI Life Cycle event [message #1159625] Mon, 28 October 2013 17:18 Go to next message
Eli Tsikel is currently offline Eli TsikelFriend
Messages: 1
Registered: October 2013
Junior Member
Hi, guys,

I register for UILifeCycle events like this:

@Inject
@Optional
public void onStartup(@UIEventTopic(UIEvents.UILifeCycle.APP_STARTUP_COMPLETE) Event event)
{
// do something
System.out.println("Startup");
}

But I don't get any notifications. If I create SWT E4 application it does work correctly.

I use Eclipse Kepler and my target platform configured correctly.

Does anyone know if it's known issure or am I missing somthing?

Thank you.

Eli.
Re: No notification on UI Life Cycle event [message #1162210 is a reply to message #1159625] Wed, 30 October 2013 08:20 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Our bootstrap process probably misses sending this event. Can you please
file a bug and I'll fix this!

Tom

On 30.10.13 03:05, Eli Tsikel wrote:
> Hi, guys,
>
> I register for UILifeCycle events like this:
>
> @Inject
> @Optional
> public void
> onStartup(@UIEventTopic(UIEvents.UILifeCycle.APP_STARTUP_COMPLETE) Event
> event) {
> // do something
> System.out.println("Startup");
> }
> But I don't get any notifications. If I create SWT E4 application it
> does work correctly.
>
> I use Eclipse Kepler and my target platform configured correctly.
>
> Does anyone know if it's known issure or am I missing somthing?
>
> Thank you.
>
> Eli.
Previous Topic:Splash screen support
Next Topic:JAR-File doesn't run
Goto Forum:
  


Current Time: Fri Apr 19 13:07:24 GMT 2024

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

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

Back to the top