Faceted Project Framework
Version 1.3

Uses of Class
org.eclipse.wst.common.project.facet.core.runtime.events.IRuntimeLifecycleEvent.Type

Packages that use IRuntimeLifecycleEvent.Type
org.eclipse.wst.common.project.facet.core.runtime   
org.eclipse.wst.common.project.facet.core.runtime.events   
 

Uses of IRuntimeLifecycleEvent.Type in org.eclipse.wst.common.project.facet.core.runtime
 

Methods in org.eclipse.wst.common.project.facet.core.runtime with parameters of type IRuntimeLifecycleEvent.Type
static void RuntimeManager.addListener(IRuntimeLifecycleListener listener, IRuntimeLifecycleEvent.Type... types)
           
 

Uses of IRuntimeLifecycleEvent.Type in org.eclipse.wst.common.project.facet.core.runtime.events
 

Methods in org.eclipse.wst.common.project.facet.core.runtime.events that return IRuntimeLifecycleEvent.Type
 IRuntimeLifecycleEvent.Type IRuntimeLifecycleEvent.getType()
          Returns the type of this event.
static IRuntimeLifecycleEvent.Type IRuntimeLifecycleEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IRuntimeLifecycleEvent.Type[] IRuntimeLifecycleEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


Faceted Project Framework
Version 1.3

Copyright (c) 2008 Oracle and others. All rights reserved.