Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core.events
Interface IFixedFacetsChangedEvent

All Superinterfaces:
IFacetedProjectEvent

public interface IFixedFacetsChangedEvent
extends IFacetedProjectEvent

This interface is implemented by the event object that is used for the FIXED_FACETS_CHANGED event.

Author:
Konstantin Komissarchik

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.wst.common.project.facet.core.events.IFacetedProjectEvent
IFacetedProjectEvent.Type
 
Method Summary
 Set<IProjectFacet> getNewFixedFacets()
          The set of facets that are fixed for the project after the change.
 Set<IProjectFacet> getOldFixedFacets()
          The set of facets that were fixed for the project prior to the change.
 
Methods inherited from interface org.eclipse.wst.common.project.facet.core.events.IFacetedProjectEvent
getProject, getType, getWorkingCopy
 

Method Detail

getOldFixedFacets

Set<IProjectFacet> getOldFixedFacets()
The set of facets that were fixed for the project prior to the change.

Returns:
the set of old fixed facets

getNewFixedFacets

Set<IProjectFacet> getNewFixedFacets()
The set of facets that are fixed for the project after the change.

Returns:
the set of new fixed facets

Faceted Project Framework
Version 1.3

Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.