org.opennms.core.concurrent
Interface RunnableConsumerThreadPool.RunnableCompletionListener
- Enclosing interface:
- RunnableConsumerThreadPool
- public static interface RunnableConsumerThreadPool.RunnableCompletionListener
This interface is used to define a listener for the thread pool
that is notified when an enqueued runnable completes. The actually
completed runnable is passed to the listener.
- Author:
- Brian Weaver, OpenNMS
Method Summary |
void |
onRunnableCompletion(java.lang.Runnable r)
This method is invoked when a Runnable complete. |
onRunnableCompletion
public void onRunnableCompletion(java.lang.Runnable r)
- This method is invoked when a
Runnable
complete.
- Parameters:
r
- The completed Runnable.
Generated by root on August 18 2004 0350.