public interface ThreadDecorator
ThreadManager
notifying
it that the thread has been created or released from use.Modifier and Type | Method | Description |
---|---|---|
void |
threadCreated(java.lang.Thread thread) |
Notification that
thread has just been created. |
void |
threadReleased(java.lang.Thread thread) |
Notification that
thread has just been released from use
(e.g. |
void threadCreated(java.lang.Thread thread)
thread
has just been created.thread
- the threadvoid threadReleased(java.lang.Thread thread)
thread
has just been released from use
(e.g. returned to a thread pool after executing a task).thread
- the threadCopyright ? 1998-2008 Bela Ban. All Rights Reserved.