laur.tools
Interface ThreadMonitor

All Known Implementing Classes:
GAClust

public interface ThreadMonitor

This interface is implemented by classes who are interested in monitoring a thread.


Method Summary
 void threadTermination(java.lang.Thread t)
          This method will be called upon the thread's termination.
 

Method Detail

threadTermination

public void threadTermination(java.lang.Thread t)
This method will be called upon the thread's termination. The thread that terminated will pass itself as a parameter.