com.neeve.util
Interface UtlPoolRegistry.EventHandler

Enclosing class:
UtlPoolRegistry

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

onPoolAdded

void onPoolAdded(UtlPool<?> pool)
Invoked when a new pool is added to the registry

Parameters:
pool - The added pool.

onPoolRemoved

void onPoolRemoved(UtlPool<?> pool)
Invoked when a pool is removed from the registry

Parameters:
pool - The removed pool.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.