Uses of Interface
com.aspectran.core.util.lifecycle.LifeCycle.Listener
-
Packages that use LifeCycle.Listener Package Description com.aspectran.core.util.lifecycle -
-
Uses of LifeCycle.Listener in com.aspectran.core.util.lifecycle
Classes in com.aspectran.core.util.lifecycle that implement LifeCycle.Listener Modifier and Type Class Description classStopLifeCycleA LifeCycle that when started will stop another LifeCycle.Methods in com.aspectran.core.util.lifecycle with parameters of type LifeCycle.Listener Modifier and Type Method Description voidAbstractLifeCycle. addLifeCycleListener(LifeCycle.Listener listener)voidLifeCycle. addLifeCycleListener(LifeCycle.Listener listener)voidAbstractLifeCycle. removeLifeCycleListener(LifeCycle.Listener listener)voidLifeCycle. removeLifeCycleListener(LifeCycle.Listener listener)
-