|
Faceted Project Framework Version 1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFacetedProjectEvent.Type | |
---|---|
org.eclipse.wst.common.project.facet.core | |
org.eclipse.wst.common.project.facet.core.events |
Uses of IFacetedProjectEvent.Type in org.eclipse.wst.common.project.facet.core |
---|
Methods in org.eclipse.wst.common.project.facet.core with parameters of type IFacetedProjectEvent.Type | |
---|---|
static void |
FacetedProjectFramework.addListener(IFacetedProjectListener listener,
IFacetedProjectEvent.Type... types)
Adds a faceted project listener that will be notified when the selected events in the faceted project life cycle occur. |
void |
IFacetedProjectBase.addListener(IFacetedProjectListener listener,
IFacetedProjectEvent.Type... types)
Adds a faceted project listener that will be notified when the selected events in the faceted project life cycle occur. |
Uses of IFacetedProjectEvent.Type in org.eclipse.wst.common.project.facet.core.events |
---|
Methods in org.eclipse.wst.common.project.facet.core.events that return IFacetedProjectEvent.Type | |
---|---|
IFacetedProjectEvent.Type |
IFacetedProjectEvent.getType()
Returns the type of this event. |
static IFacetedProjectEvent.Type |
IFacetedProjectEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IFacetedProjectEvent.Type[] |
IFacetedProjectEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |