com.bm.utils
Class LifeCycleMethodExecuter

java.lang.Object
  extended by com.bm.utils.LifeCycleMethodExecuter

public class LifeCycleMethodExecuter
extends java.lang.Object

Invokes the life cycle methods.

Since:
Jul 19, 2007
Author:
Daniel Wiese

Constructor Summary
LifeCycleMethodExecuter()
           
 
Method Summary
 void executeLifeCycleMethodsForCreate(java.lang.Object justCreated)
          Executes the life cycle methods after a object was created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifeCycleMethodExecuter

public LifeCycleMethodExecuter()
Method Detail

executeLifeCycleMethodsForCreate

public void executeLifeCycleMethodsForCreate(java.lang.Object justCreated)
Executes the life cycle methods after a object was created.

Parameters:
justCreated - invokes life cycle methods.
Since:
Jul 19, 2007


Copyright © 2008. All Rights Reserved.