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


public interface IPassivationListener<T,P>

Pooled object passivation listener.


Method Summary
 void passivate(T object, P parameter)
          Called after the object is returned to the pool.
 

Method Detail

passivate

void passivate(T object,
               P parameter)
Called after the object is returned to the pool.



Copyright (c) Dawid Weiss, Stanislaw Osinski