Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Fwd: How to correctly set up another LifeCycleHandler

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

Back to the top