The lifecycle handler is designed for there to be on per application. You probably want to create one or more add ons. They can do setup in their @PostConstruct method, and have access to the MApplication and the application IEclipseContext. ex:
@PostConstruct
public void init(IEclipseContext context) {
PW
--
Paul Webster
Hi floor. Make me a sammich! - GIR
_______________________________________________ e4-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/e4-dev
