Faceted Project Framework
Version 1.3

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

All Superinterfaces:
IFacetedProjectEvent

public interface IPrimaryRuntimeChangedEvent
extends IFacetedProjectEvent

This interface is implemented by the event object that is used for the PRIMARY_RUNTIME_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
 IRuntime getNewPrimaryRuntime()
          Returns the new primary runtime for the project.
 IRuntime getOldPrimaryRuntime()
          Returns the old primary runtime for the project.
 
Methods inherited from interface org.eclipse.wst.common.project.facet.core.events.IFacetedProjectEvent
getProject, getType, getWorkingCopy
 

Method Detail

getOldPrimaryRuntime

IRuntime getOldPrimaryRuntime()
Returns the old primary runtime for the project.

Returns:
the old primary runtime for the project, or null

getNewPrimaryRuntime

IRuntime getNewPrimaryRuntime()
Returns the new primary runtime for the project.

Returns:
the new primary runtime for the project, or null

Faceted Project Framework
Version 1.3

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