org.carrot2.util.pool
Interface IInstantiationListener<T,P>


public interface IInstantiationListener<T,P>

Pooled object instantiation listener.


Method Summary
 void objectInstantiated(T object, P parameter)
          Called after the object gets instantiated.
 

Method Detail

objectInstantiated

void objectInstantiated(T object,
                        P parameter)
Called after the object gets instantiated.



Copyright (c) Dawid Weiss, Stanislaw Osinski