org.azuki.framework.object
Interface ILifecycle<T>


public interface ILifecycle<T>

Author:
Robert Bakic (robert.bakic@gmail.com)

Method Summary
 void end(T obj)
           
 T fork(T obj)
           
 

Method Detail

fork

T fork(T obj)
       throws Exception
Throws:
Exception

end

void end(T obj)
         throws Exception
Throws:
Exception


Azuki Framework Copyright © 2006 the original author or authors.