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


public interface IActivationListener<T,P>

Pooled object activation listener.


Method Summary
 void activate(T object, P parameter)
          Called before object is handed in to the caller of IParameterizedPool.borrowObject(Class, Object).
 

Method Detail

activate

void activate(T object,
              P parameter)
Called before object is handed in to the caller of IParameterizedPool.borrowObject(Class, Object).



Copyright (c) Dawid Weiss, Stanislaw Osinski