public class E4LifecycleHandler
extends java.lang.Object
Annotations:
PostContextCreate Is called after the Applications IEclipseContext is created, can be used to add objects, services, etc. to the context.
This context is created for the MApplication class.
ProcessAdditions Is called directly before the model is passed to the renderer, can be used to add additional elements to the model.
PostStartup Is called right before the is fired.
ProcessRemovals Same as ProcessAdditions but for removals.
PreSave Is called before the application model is saved. You can modify the model before it is persisted.
PostStartup annotation for this lifecycle manager.| Constructor and Description |
|---|
E4LifecycleHandler() |