Faceted Project Framework
Version 1.3

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

All Superinterfaces:
IFacetedProjectEvent

public interface ITargetedRuntimesChangedEvent
extends IFacetedProjectEvent

This interface is implemented by the event object that is used for the TARGETED_RUNTIMES_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<IRuntime> getNewTargetedRuntimes()
          Returns the set runtimes that the project now targets.
 Set<IRuntime> getOldTargetedRuntimes()
          Returns the set runtimes that the project previously targeted.
 
Methods inherited from interface org.eclipse.wst.common.project.facet.core.events.IFacetedProjectEvent
getProject, getType, getWorkingCopy
 

Method Detail

getOldTargetedRuntimes

Set<IRuntime> getOldTargetedRuntimes()
Returns the set runtimes that the project previously targeted.

Returns:
the set runtimes that the project previously targeted

getNewTargetedRuntimes

Set<IRuntime> getNewTargetedRuntimes()
Returns the set runtimes that the project now targets.

Returns:
the set runtimes that the project now targets

Faceted Project Framework
Version 1.3

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