|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface PooledObjectListener
Listener interface for object pools. Implementation of this interface can be registered to be notified about events that happen to pooled objects.
Method Summary | |
---|---|
void |
pooledObjectReleased(PooledObjectEvent event)
Deprecated. Notify that pooled object was released and can be returned back to the pool. |
Method Detail |
---|
void pooledObjectReleased(PooledObjectEvent event)
event
- instance of PooledObjectEvent
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |