Package org.eclipse.net4j.util.lifecycle

A framework for components with a simple lifecycle.

See:
          Description

Interface Summary
ILifecycle  
ILifecycleEvent An event fired from an object with a lifecycle when its lifecycle state has changed.
 

Class Summary
Lifecycle  
LifecycleEvent  
LifecycleEventAdapter  
LifecycleUtil  
LifecycleUtil.Delegator<T>  
 

Enum Summary
ILifecycleEvent.Kind Enumerates the possible lifecycle state changes of an object.
LifecycleState  
 

Exception Summary
LifecycleException  
 

Annotation Types Summary
LifecycleUtil.Activator  
LifecycleUtil.Deactivator  
 

Package org.eclipse.net4j.util.lifecycle Description

A framework for components with a simple lifecycle. Interfaces that describe the behaviour of objects with respect to their lifecycle. A utility class to interact with such objects and an abstract class that can be used to implement such objects are provided as well.



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