org.exolab.core.threadPool
Interface CompletionListener
- public interface CompletionListener
A listener for the completion of execution of a Runnable
object.
- Version:
- $Revision: 1.1 $ $Date: 2002/02/15 08:37:01 $
- Author:
- Tim Anderson
- See Also:
ThreadPool
Method Summary |
void |
completed(java.lang.Runnable target)
Invoked when the target has completed executing |
completed
public void completed(java.lang.Runnable target)
- Invoked when the target has completed executing
- Parameters:
target
- the object that has completed executing
Copyright © 1999-2005 The Exolab Group. All Rights Reserved.