Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.go.trove.util
Class ThreadPoolEvent  view ThreadPoolEvent download ThreadPoolEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.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()