edu.ksu.cis.projects.bogor.module.state.event
Interface IThreadDiedListener

All Superinterfaces:
IEventListener
All Known Subinterfaces:
IStateEventListener, IThreadEventListener

public interface IThreadDiedListener
extends IEventListener

Version:
CVS $Revision: 1.1 $ $Date: 2004/09/05 01:25:16 $
Author:
Robby

Method Summary
 void threadDied(int threadId, IValue[] localValues, int locDesc)
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventListener
getKey
 

Method Detail

threadDied

void threadDied(int threadId,
                IValue[] localValues,
                int locDesc)