See: Description
Annotation Type | Description |
---|---|
PostContextCreate |
Use this annotation to describe methods that will participate in the
application lifecycle.
|
PreSave |
Use this annotation to describe methods that will participate in the
application lifecycle.
|
ProcessAdditions |
Use this annotation to describe methods that will participate in the
application lifecycle.
|
ProcessRemovals |
Use this annotation to describe methods that will participate in the
application lifecycle.
|
The package provides annotations that can be used in a lifecycle class. A product can provide a lifecycle manager object. An instance of this object will be created and called into by E4AP using a set of annotated methods. The lifecycle manager class is provided as a URI either using the "lifeCycleURI" product property or from the "-lifeCycleURI" command-line argument; only a single lifecycle manager is supported at present. The lifecycle manager is created on the application context.
Currently supported annotations are those in org.eclipse.e4.ui.workbench.lifecycle:
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.