com.planet_ink.coffee_mud.core.threads
Interface CMRunnable

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
ProcessHTTPrequest

public interface CMRunnable
extends java.lang.Runnable


Method Summary
 long activeTimeMillis()
          Returns the number of milliseconds this runnable has been running.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

activeTimeMillis

long activeTimeMillis()
Returns the number of milliseconds this runnable has been running.

Returns:
the time in millis