org.ow2.util.pool.impl.enhanced.callback
Class RemoveCB<E>

java.lang.Object
  extended by org.ow2.util.pool.impl.enhanced.internal.stoppableexecution.StoppableExecution<java.lang.Void>
      extended by org.ow2.util.pool.impl.enhanced.callback.RemoveCB<E>
Type Parameters:
E -
All Implemented Interfaces:
IPoolItemRemoveListener<E>, IArgumentsCallable<java.lang.Void>

public class RemoveCB<E>
extends StoppableExecution<java.lang.Void>
implements IPoolItemRemoveListener<E>

Author:
Gael Lalire

Constructor Summary
RemoveCB(IPoolItemRemoveListener<E> removeListener)
           
 
Method Summary
 void poolItemRemoved(E poolItem)
           
 
Methods inherited from class org.ow2.util.pool.impl.enhanced.internal.stoppableexecution.StoppableExecution
call, forceStop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveCB

public RemoveCB(IPoolItemRemoveListener<E> removeListener)
Method Detail

poolItemRemoved

public void poolItemRemoved(E poolItem)
Specified by:
poolItemRemoved in interface IPoolItemRemoveListener<E>


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.