Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to add listener on platform start
How to add listener on platform start [message #235177] Tue, 27 April 2004 07:51 Go to next message
Eclipse UserFriend
Originally posted by: MZ.whitehouse.org

Where should I add the listener of resource changing adding in my plugin
to add it on the platform start.
Method .sturtup() is not now called on startup. May be I need to change
somehow the plugin object....

Thanks
Re: How to add listener on platform start [message #235423 is a reply to message #235177] Tue, 27 April 2004 13:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

Did you use org.eclipse.ui.startup extension and IStartup interface?

--
Sam Mesh - http://openrules.com

MZ wrote:
> Where should I add the listener of resource changing adding in my plugin
> to add it on the platform start.
> Method .sturtup() is not now called on startup. May be I need to change
> somehow the plugin object....
Re: How to add listener on platform start [message #235614 is a reply to message #235177] Tue, 27 April 2004 19:14 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Take a look at

http://www.eclipse.org/articles/Article-Resource-deltas/reso urce-deltas.html

In particular much lower in the "Save Participants" section. It is
better to use this than to use the startup mechanism. The startup
mechanism will add overhead to the startup by installing your plugin
when it probably isn't necessary.


--
Thanks, Rich Kulp

Previous Topic:Plugin deploy error
Next Topic:How to get the package name of the JavaProject?
Goto Forum:
  


Current Time: Sun Nov 09 06:14:55 EST 2025

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

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

Back to the top