| Modifier and Type | Class and Description |
|---|---|
class |
PoolAdaptor
Created by IntelliJ IDEA.
|
class |
RecyclePoolListener
Recycle components through a PoolListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPool.addPoolListener(PoolListener listener)
Add a pool listener to the pool.
|
void |
Pool.addPoolListener(PoolListener listener)
Add a pool listener to the pool.
|
void |
AbstractPool.removePoolListener(PoolListener listener)
Remove a pool listener from the pool.
|
void |
Pool.removePoolListener(PoolListener listener)
Remove a pool listener from the pool.
|