|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface UtlPoolRegistry.EventHandler
Identifies a pool registry event handler
The pool registry dispatches registry through handlers of this type.
| Method Summary | |
|---|---|
void |
onPoolAdded(UtlPool<?> pool)
Invoked when a new pool is added to the registry |
void |
onPoolRemoved(UtlPool<?> pool)
Invoked when a pool is removed from the registry |
| Method Detail |
|---|
void onPoolAdded(UtlPool<?> pool)
pool - The added pool.void onPoolRemoved(UtlPool<?> pool)
pool - The removed pool.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||