org.apache.commons.inject.api
Class PostConstructModule

java.lang.Object
  extended by org.apache.commons.inject.api.PostConstructModule
All Implemented Interfaces:
IModule

public class PostConstructModule
extends Object
implements IModule


Constructor Summary
PostConstructModule()
           
 
Method Summary
 void configure(IBinder pBinder)
          Called by the IInjectorBuilder to create bindings, by using the given binder.
 ILifecycleController getLifecycleController()
           
protected  ILifecycleListener getListenerFor(Object pObject)
           
 void setLifecycleController(ILifecycleController pController)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostConstructModule

public PostConstructModule()
Method Detail

getLifecycleController

public ILifecycleController getLifecycleController()

setLifecycleController

public void setLifecycleController(ILifecycleController pController)

configure

public void configure(IBinder pBinder)
Description copied from interface: IModule
Called by the IInjectorBuilder to create bindings, by using the given binder.

Specified by:
configure in interface IModule

getListenerFor

protected ILifecycleListener getListenerFor(Object pObject)


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