foundry-0.9.1

Uses of Class
foundry.threads.ThreadPoolEvent

Packages that use ThreadPoolEvent
foundry.threads   
 

Uses of ThreadPoolEvent in foundry.threads
 

Methods in foundry.threads with parameters of type ThreadPoolEvent
 void ThreadPoolListener.threadStarted(ThreadPoolEvent e)
          Called when a new thread is started.
 void ThreadPoolListener.threadExiting(ThreadPoolEvent e)
          Called before a thread exits, usually because the idle timeout expired.
 


foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson