Uses of Class
org.eclipse.net4j.util.lifecycle.ILifecycleEvent.Kind

Packages that use ILifecycleEvent.Kind
org.eclipse.net4j.util.lifecycle A framework for components with a simple lifecycle. 
 

Uses of ILifecycleEvent.Kind in org.eclipse.net4j.util.lifecycle
 

Methods in org.eclipse.net4j.util.lifecycle that return ILifecycleEvent.Kind
 ILifecycleEvent.Kind LifecycleEvent.getKind()
           
 ILifecycleEvent.Kind ILifecycleEvent.getKind()
           
static ILifecycleEvent.Kind ILifecycleEvent.Kind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ILifecycleEvent.Kind[] ILifecycleEvent.Kind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.eclipse.net4j.util.lifecycle with parameters of type ILifecycleEvent.Kind
LifecycleEvent(Lifecycle lifecycle, ILifecycleEvent.Kind kind)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.