org.apache.commons.inject.impl
Class InitializableObject

java.lang.Object
  extended by org.apache.commons.inject.impl.InitializableObject
All Implemented Interfaces:
ILifecycleListener

public class InitializableObject
extends Object
implements ILifecycleListener


Constructor Summary
InitializableObject()
           
 
Method Summary
 void run()
           
 void shutdown()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitializableObject

public InitializableObject()
Method Detail

start

public void start()
Specified by:
start in interface ILifecycleListener

run

public void run()

shutdown

public void shutdown()
Specified by:
shutdown in interface ILifecycleListener


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