Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core.runtime.events
Interface IRuntimeLifecycleEvent

All Known Subinterfaces:
IValidationStatusChangedEvent

public interface IRuntimeLifecycleEvent

The root interface of all runtime lifecycle events.

Author:
Konstantin Komissarchik

Nested Class Summary
static class IRuntimeLifecycleEvent.Type
           
 
Method Summary
 IRuntime getRuntime()
          The affected runtime.
 IRuntimeLifecycleEvent.Type getType()
          Returns the type of this event.
 

Method Detail

getType

IRuntimeLifecycleEvent.Type getType()
Returns the type of this event.

Returns:
the type of this event

getRuntime

IRuntime getRuntime()
The affected runtime.

Returns:
the affected runtime

Faceted Project Framework
Version 1.3

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