|
Faceted Project Framework Version 1.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDelegate
This interface is implemented in order to provide logic associated with a particular event in project facet's life cycle, such as install or uninstall.
| Method Summary | |
|---|---|
void |
execute(IProject project,
IProjectFacetVersion fv,
Object config,
IProgressMonitor monitor)
The method that's called to execute the delegate. |
| Method Detail |
|---|
void execute(IProject project,
IProjectFacetVersion fv,
Object config,
IProgressMonitor monitor)
throws CoreException
project - the workspace projectfv - the project facet version that this delegate is handling; this
is useful when sharing the delegate among several versions of the same
project facet or even different project facetsconfig - the configuration object, or null if defaults
should be usedmonitor - the progress monitor
CoreException - if the delegate fails for any reason
|
Faceted Project Framework Version 1.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||