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 java.lang.RunnableRunnable
complete. |
onRunnableCompletion
public void onRunnableCompletion(java.lang.Runnable r)
- This method is invoked when a
java.lang.RunnableRunnable
complete.
- Parameters:
r
- The completed Runnable.
Generated by eevans on May 29 2005 2015.