public interface IActivationListener<T,P>
| Modifier and Type | Method and Description |
|---|---|
void |
activate(T object,
P parameter)
Called before object is handed in to the caller of
IParameterizedPool.borrowObject(Class, Object). |
void activate(T object, P parameter)
IParameterizedPool.borrowObject(Class, Object).