|
|||||||||
| Home >> All >> com >> go >> trove >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.go.trove.util
Class ThreadPoolEvent

java.lang.Objectjava.util.EventObject
com.go.trove.util.ThreadPoolEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ThreadPoolEvent
- extends java.util.EventObject
An event that contains information from a ThreadPool. ThreadPoolEvents can be received by implementing a ThreadPoolListener.
- Version:
- 5 , 9/07/00
| Field Summary | |
private java.lang.Thread |
mThread
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ThreadPoolEvent(ThreadPool source,
java.lang.Thread thread)
|
|
| Method Summary | |
java.lang.Thread |
getThread()
|
ThreadPool |
getThreadPool()
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
mThread
private java.lang.Thread mThread
| Constructor Detail |
ThreadPoolEvent
public ThreadPoolEvent(ThreadPool source, java.lang.Thread thread)
| Method Detail |
getThreadPool
public ThreadPool getThreadPool()
getThread
public java.lang.Thread getThread()
|
|||||||||
| Home >> All >> com >> go >> trove >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC