Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core
Interface IRuntimeChangedEvent


Deprecated. use the IFacetedProjectListener class from the facet.core.events package instead of the event handler extension point

public interface IRuntimeChangedEvent

Describes the runtime changed event to the RUNTIME_CHANGED event handlers.

Author:
Konstantin Komissarchik

Method Summary
 IRuntime getNewRuntime()
          Deprecated. Returns the runtime that's now associated with the project.
 IRuntime getOldRuntime()
          Deprecated. Returns the runtime previously associated with the project.
 

Method Detail

getOldRuntime

IRuntime getOldRuntime()
Deprecated. 
Returns the runtime previously associated with the project.

Returns:
the runtime previously associated with the project, or null

getNewRuntime

IRuntime getNewRuntime()
Deprecated. 
Returns the runtime that's now associated with the project.

Returns:
the runtime that's now associated with the project, or null

Faceted Project Framework
Version 1.3

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