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 ILifecycleEvent.getKind()
           
 ILifecycleEvent.Kind LifecycleEvent.getKind()
           
static ILifecycleEvent.Kind ILifecycleEvent.Kind.valueOf(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 are declared.
 

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



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.