public interface BeanPoolListener
Modifier and Type | Method and Description |
---|---|
void |
objectAttached(BeanPoolEvent event)
Invoked when a bean is being attached to the pool.
|
void |
objectDetached(BeanPoolEvent event)
Invoked when a bean is being detached from the pool.
|
void objectAttached(BeanPoolEvent event)
event
- The BeanPoolEvent
instancevoid objectDetached(BeanPoolEvent event)
event
- The BeanPoolEvent
instance