rcf.core.concurrent.schedule
Interface Runner<R extends Runnable>

All Known Subinterfaces:
Framework
All Known Implementing Classes:
Framework.Default

@Revision(value="$Revision: 1.4 $",
          date="$Date: 2006/11/23 23:07:30 $",
          tag="$Name:  $")
public interface Runner<R extends Runnable>

TODO: Javadoc

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString

Version:
$Revision: 1.4 $
Author:
Greg Gibeling

Method Summary
 void run(R runnable)
          TODO: Javadoc
 

Method Detail

run

void run(R runnable)
TODO: Javadoc

Parameters:
runnable -