Uses of Interface
org.apache.commons.inject.api.ILifecycleListener

Packages that use ILifecycleListener
org.apache.commons.inject.api   
org.apache.commons.inject.impl   
 

Uses of ILifecycleListener in org.apache.commons.inject.api
 

Subinterfaces of ILifecycleListener in org.apache.commons.inject.api
 interface ILifecycleController
           
 

Methods in org.apache.commons.inject.api that return ILifecycleListener
protected  ILifecycleListener PostConstructModule.getListenerFor(Object pObject)
           
 

Methods in org.apache.commons.inject.api with parameters of type ILifecycleListener
 boolean ILifecycleController.add(ILifecycleListener pListener)
           
 boolean ILifecycleController.remove(ILifecycleListener pListener)
           
 

Uses of ILifecycleListener in org.apache.commons.inject.impl
 

Classes in org.apache.commons.inject.impl that implement ILifecycleListener
 class DefaultLifecycleController
           
 

Methods in org.apache.commons.inject.impl with parameters of type ILifecycleListener
 boolean DefaultLifecycleController.add(ILifecycleListener pListener)
           
 boolean DefaultLifecycleController.remove(ILifecycleListener pListener)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.