org.clazzes.util.thread
Interface TimedThread

All Superinterfaces:
java.lang.Runnable

public interface TimedThread
extends java.lang.Runnable

Author:
andreas This interface must be implemented by all Threads that should have a timed control.

Method Summary
 void setThreadTimer(ThreadTimer timer)
          Sets the threadTimer
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setThreadTimer

void setThreadTimer(ThreadTimer timer)
Sets the threadTimer

Parameters:
timer - Timer to set


Copyright © 2009. All Rights Reserved.