public static interface UtlPoolRegistry.EventHandler
The pool registry dispatches registry through handlers of this type.
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.