Uses of Interface
jfun.yan.lifecycle.Life

Packages that use Life
jfun.yan.lifecycle This package provides a solution for life cycle management to Yan container framework. 
 

Uses of Life in jfun.yan.lifecycle
 

Classes in jfun.yan.lifecycle that implement Life
 class DefaultLifecycleManager.DefaultLifecycle
          This class is a Lifecycle that directly supports the default "init-verify-open-start-stop-close-dispose" life-cycle scheme.
 class Lifecycle
           This class represents the entire life-cycle for a component.
 

Methods in jfun.yan.lifecycle with parameters of type Life
 Component LifecycleManager.withLifecycle(Component c, Life life)
          To create a Component object that enables life-cycle support.