edu.cornell.cs.sam.utils
Interface SamThread.ThreadParent

All Known Implementing Classes:
SamGUI, SamTester
Enclosing class:
SamThread

public static interface SamThread.ThreadParent

The parent of a thread


Method Summary
 void threadEvent(int ecode, java.lang.Object edata)
          Called when a thread event has occurred
 

Method Detail

threadEvent

void threadEvent(int ecode,
                 java.lang.Object edata)
Called when a thread event has occurred

Parameters:
ecode - The integer code representing the event
edata - An optional Object to store event data