ubc.cs.JLog.Foundation
Class jThreadStoppedEvent

java.lang.Object
  extended by ubc.cs.JLog.Foundation.jPrologServiceEvent
      extended by ubc.cs.JLog.Foundation.jThreadStoppedEvent

public class jThreadStoppedEvent
extends jPrologServiceEvent


Field Summary
protected  jPrologServiceThread thread
           
 
Constructor Summary
jThreadStoppedEvent(jPrologServiceThread t)
           
 
Method Summary
 jPrologServiceThread getThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thread

protected jPrologServiceThread thread
Constructor Detail

jThreadStoppedEvent

public jThreadStoppedEvent(jPrologServiceThread t)
Method Detail

getThread

public jPrologServiceThread getThread()